From 7225088c7d0ea8693b1f8b0c212803d3c4c05a12 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 12 Jan 2015 15:46:40 -0800 Subject: [PATCH] api: Fixing typo --- api/lock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/lock.go b/api/lock.go index 1348f37348..0d95d1c839 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