diff --git a/api/lock.go b/api/lock.go index 1348f3734..0d95d1c83 100644 --- a/api/lock.go +++ b/api/lock.go @@ -190,7 +190,7 @@ func (l *Lock) Unlock() error { return ErrLockNotHeld } - // Set that we no longwer own the lock + // Set that we no longer own the lock l.isHeld = false // Stop the session renew