diff mercurial/lock.py @ 17427:57c6c24b9bc4

improve some comments and docstrings, fixing issues found when spell checking
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 21 Aug 2012 02:41:20 +0200
parents e7cfe3587ea4
children 31f32a96e1e3
line wrap: on
line diff
--- 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