changeset 17512:39e7e74b3cd3

spelling: responsibility
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents afb4e220f1a8
children d08b333816c6
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/mq.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/hgext/mq.py	Fri Aug 17 13:58:19 2012 -0700
@@ -3185,7 +3185,7 @@
     revs = scmutil.revrange(repo, revrange)
     if repo['.'].rev() in revs and repo[None].files():
         ui.warn(_('warning: uncommitted changes in the working directory\n'))
-    # queue.finish may changes phases but leave the responsability to lock the
+    # queue.finish may changes phases but leave the responsibility to lock the
     # repo to the caller to avoid deadlock with wlock. This command code is
     # responsability for this locking.
     lock = repo.lock()