# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:19 # Node ID 39e7e74b3cd37b9462258ac88f0d10fcf1ee3dee # Parent afb4e220f1a85156d47333baea6802113dbf24fb spelling: responsibility diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -3185,7 +3185,7 @@ def finish(ui, repo, *revrange, **opts): 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()