api: Fixing typo

This commit is contained in:
Armon Dadgar 2015-01-12 15:46:40 -08:00
parent 02c2cc6e08
commit c597f191e3
1 changed files with 1 additions and 1 deletions

View File

@ -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