mercurial/commands.py
changeset 8669 6f0f69da003e
parent 8664 f265106ccb53
child 8679 32537b12e091
--- a/mercurial/commands.py	Sun May 31 14:55:51 2009 +0200
+++ b/mercurial/commands.py	Sun May 31 18:09:19 2009 +0200
@@ -497,7 +497,7 @@
         base = opts.get('base')
     if base:
         if dest:
-            raise util.Abort(_("--base is incompatible with specifiying "
+            raise util.Abort(_("--base is incompatible with specifying "
                                "a destination"))
         base = [repo.lookup(rev) for rev in base]
         # create the right base