mercurial/localrepo.py
changeset 1995 2da2d46862fb
parent 1986 719cf07b076d
child 1998 65cc17ae9649
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1441,7 +1441,7 @@ class localrepository(object):
                                "just use 'hg update'"))
         if allow and not forcemerge:
             if modified or added or removed:
-                raise util.Abort(_("outstanding uncommited changes"))
+                raise util.Abort(_("outstanding uncommitted changes"))
         if not forcemerge and not force:
             for f in unknown:
                 if f in m2: