Browse Source

api: Fixing typo

pull/594/head
Armon Dadgar 10 years ago
parent
commit
7225088c7d
  1. 2
      api/lock.go

2
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

Loading…
Cancel
Save