# HG changeset patch # User André Sintzoff # Date 2014-12-18 20:53:55 # Node ID 6006cad5e7a98610be6ea182d3b3d30cd6f4370b # Parent d69a7fc68ad54de9ae4956d6efc2ebd4afc220f3 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 @@ Test omit indicating for help > .. 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 @@ Test omit indicating for help > .. 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 @@ Test omit indicating for help 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 @@ Test omit indicating for help 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)