Mercurial > hg-stable
changeset 17510:7c44b703657b
spelling: release
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | f7767f52e9eb |
children | afb4e220f1a8 |
files | mercurial/lock.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/lock.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/lock.py Fri Aug 17 13:58:18 2012 -0700 @@ -123,7 +123,7 @@ """release the lock and execute callback function if any If the lock have been aquired multiple time, the actual release is - delayed to the last relase call.""" + delayed to the last release call.""" if self.held > 1: self.held -= 1 elif self.held == 1: