# HG changeset patch # User Benoit Boissinot # Date 1153441919 -7200 # Node ID f47432ae5376026970c8cbcf1a7d96c2bf3ddf9d # Parent 46182568b4ce2cb8a592c10df33bb8df2fe51e9a spelling fix diff -r 46182568b4ce -r f47432ae5376 mercurial/commands.py --- a/mercurial/commands.py Fri Jul 21 01:40:07 2006 +0200 +++ b/mercurial/commands.py Fri Jul 21 02:31:59 2006 +0200 @@ -2675,7 +2675,7 @@ if p1 == nullid: raise util.Abort(_('no revision to tag')) if p2 != nullid: - raise util.Abort(_('outstanding uncommited merges')) + raise util.Abort(_('outstanding uncommitted merges')) r = hex(p1) repo.tag(name, r, opts['local'], opts['message'], opts['user'],