Skip to content
Snippets Groups Projects
Commit 6006cad5 authored by André Sintzoff's avatar André Sintzoff
Browse files

test: fix typo in test-help.t

parent d69a7fc6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment