We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646152b commit 40b4de1Copy full SHA for 40b4de1
1 file changed
pkg/sshd/lock.go
@@ -9,7 +9,7 @@ import (
9
// RepositoryLock interface that allows the creation of a lock associated
10
// with a repository name to avoid simultaneous git operations
11
type RepositoryLock interface {
12
- // Lock aquires a lock for a repository. In the case the repository is already locked
+ // Lock acquires a lock for a repository. In the case the repository is already locked
13
// it waits until a timeout to get the lock. If it was not possible to get the
14
// lock after the timeout an error is returned
15
Lock(repoName string, timeout time.Duration) error
0 commit comments