diff hgext/shelve.py @ 19951:d51c4d85ec23 stable

spelling: random spell checker fixes
author Mads Kiilerich <madski@unity3d.com>
date Thu, 24 Oct 2013 01:49:56 +0800
parents 4de116871044
children 1d7a36ff2615
line wrap: on
line diff
--- a/hgext/shelve.py	Thu Oct 17 16:13:15 2013 +0800
+++ b/hgext/shelve.py	Thu Oct 24 01:49:56 2013 +0800
@@ -190,7 +190,7 @@
         lock = repo.lock()
 
         bms = repo._bookmarks.copy()
-        # use an uncommited transaction to generate the bundle to avoid
+        # use an uncommitted transaction to generate the bundle to avoid
         # pull races. ensure we don't print the abort message to stderr.
         tr = repo.transaction('commit', report=lambda x: None)