[PATCH] test: fix typo in test-help.t

André Sintzoff andre.sintzoff at gmail.com
Thu Dec 18 20:55:53 UTC 2014


# HG changeset patch
# User André Sintzoff <andre.sintzoff at gmail.com>
# Date 1418936035 -3600
#      Thu Dec 18 21:53:55 2014 +0100
# Node ID b5d7a02adb558a98223d35f7970fd3d220325fd6
# Parent  414374cfb5314ddd8bbb0033636790bf104d1d89
test: fix typo in test-help.t

diff --git a/tests/test-help.t b/tests/test-help.t
--- a/tests/test-help.t
+++ b/tests/test-help.t
@@ -986,7 +986,7 @@
   > .. container:: verbose
   > 
   >   This paragraph is omitted,
-  >   if :hg:\`help\` is invoked witout \`\`-v\`\` (for extension)
+  >   if :hg:\`help\` is invoked without \`\`-v\`\` (for extension)
   > 
   > This paragraph is never omitted, too (for extension)
   > '''
@@ -997,7 +997,7 @@
   > .. container:: verbose
   > 
   >   This paragraph is omitted,
-  >   if :hg:\`help\` is invoked witout \`\`-v\`\` (for topic)
+  >   if :hg:\`help\` is invoked without \`\`-v\`\` (for topic)
   > 
   > This paragraph is never omitted, too (for topic)
   > """
@@ -1023,7 +1023,8 @@
   
   This paragraph is never omitted (for extension)
   
-  This paragraph is omitted, if "hg help" is invoked witout "-v" (for extension)
+  This paragraph is omitted, if "hg help" is invoked without "-v" (for
+  extension)
   
   This paragraph is never omitted, too (for extension)
   
@@ -1043,7 +1044,8 @@
   
       This paragraph is never omitted (for topic).
   
-      This paragraph is omitted, if "hg help" is invoked witout "-v" (for topic)
+      This paragraph is omitted, if "hg help" is invoked without "-v" (for
+      topic)
   
       This paragraph is never omitted, too (for topic)
 


More information about the Mercurial-devel mailing list