changeset 1229:2eb1cd695dd2

Fix comment typo
author mpm@selenic.com
date Fri, 09 Sep 2005 11:47:13 -0700
parents db950da49539
children 6eac821c202c
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Sep 09 11:46:35 2005 -0700
+++ b/mercurial/commands.py	Fri Sep 09 11:47:13 2005 -0700
@@ -2058,7 +2058,7 @@
         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")