mercurial/commands.py
changeset 1229 2eb1cd695dd2
parent 1227 e3ea354d99b2
child 1233 5381b0d88e9e
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2058,7 +2058,7 @@ def dispatch(args):
         u.warn("hg: unknown command '%s'\n" % inst.args[0])
         help_(u, 'shortlist')
     except SystemExit:
-        # don't catch this is the catch-all below
+        # don't catch this in the catch-all below
         raise
     except:
         u.warn("** unknown exception encountered, details follow\n")