Mercurial > public > mercurial-scm > hg-stable
diff mercurial/lock.py @ 17537:31f32a96e1e3
Merge spelling fixes
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Tue, 11 Sep 2012 08:36:09 -0700 |
parents | 57c6c24b9bc4 7c44b703657b |
children | 6d7db5794e8c |
line wrap: on
line diff
--- a/mercurial/lock.py Tue Sep 11 00:12:07 2012 +0200 +++ b/mercurial/lock.py Tue Sep 11 08:36:09 2012 -0700 @@ -122,7 +122,7 @@ def release(self): """release the lock and execute callback function if any - If the lock has been acquired multiple time, the actual release is + If the lock has been acquired multiple times, the actual release is delayed to the last release call.""" if self.held > 1: self.held -= 1