mercurial/commands.py
changeset 2642 f47432ae5376
parent 2641 46182568b4ce
child 2656 e57df017640d
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2675,7 +2675,7 @@ def tag(ui, repo, name, rev_=None, **opt
         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'],