Skip to content

Commit 40b4de1

Browse files
author
Aaron Schlesinger
committed
fix(pkg/sshd/lock.go): correct a misspelling
1 parent 646152b commit 40b4de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/sshd/lock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// RepositoryLock interface that allows the creation of a lock associated
1010
// with a repository name to avoid simultaneous git operations
1111
type RepositoryLock interface {
12-
// Lock aquires a lock for a repository. In the case the repository is already locked
12+
// Lock acquires a lock for a repository. In the case the repository is already locked
1313
// it waits until a timeout to get the lock. If it was not possible to get the
1414
// lock after the timeout an error is returned
1515
Lock(repoName string, timeout time.Duration) error

0 commit comments

Comments
 (0)