diff tests/test-qrecord.t @ 17492:973c2b0b403c

spelling: nonexistent
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents f2719b387380
children b623e323c561
line wrap: on
line diff
--- a/tests/test-qrecord.t	Fri Aug 17 13:58:18 2012 -0700
+++ b/tests/test-qrecord.t	Fri Aug 17 13:58:18 2012 -0700
@@ -108,9 +108,9 @@
 
 help (bad mq)
 
-  $ echo "mq=nonexistant" >> $HGRCPATH
+  $ echo "mq=nonexistent" >> $HGRCPATH
   $ hg help qrecord
-  *** failed to import extension mq from nonexistant: [Errno 2] * (glob)
+  *** failed to import extension mq from nonexistent: [Errno 2] * (glob)
   hg qrecord [OPTION]... PATCH [FILE]...
   
   interactively record a new patch
@@ -121,7 +121,7 @@
 
 help (mq present)
 
-  $ sed 's/mq=nonexistant/mq=/' $HGRCPATH > hgrc.tmp
+  $ sed 's/mq=nonexistent/mq=/' $HGRCPATH > hgrc.tmp
   $ mv hgrc.tmp $HGRCPATH
 
   $ hg help qrecord