mercurial/lock.py
changeset 17427 57c6c24b9bc4
parent 17424 e7cfe3587ea4
child 17537 31f32a96e1e3
--- a/mercurial/lock.py	Tue Aug 21 02:41:20 2012 +0200
+++ b/mercurial/lock.py	Tue Aug 21 02:41:20 2012 +0200
@@ -122,7 +122,7 @@
     def release(self):
         """release the lock and execute callback function if any
 
-        If the lock have been acquired multiple time, the actual release is
+        If the lock has been acquired multiple time, the actual release is
         delayed to the last release call."""
         if self.held > 1:
             self.held -= 1