Skip to content

Commit 7542447

Browse files
fix documentation typos
environmemt --> environment does not handles --> does not handle
1 parent 794de34 commit 7542447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/howto.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ locale::global(locale(""));
382382
<para>Go the the "test" directory and build the "test_convert" binary.</para>
383383
</listitem>
384384
<listitem>
385-
<para>Set some non-ascii locale in the environmemt. On Linux, one can
385+
<para>Set some non-ascii locale in the environment. On Linux, one can
386386
run, for example: <screen>
387387
$ export LC_CTYPE=ru_RU.KOI8-R
388388
</screen>
@@ -426,7 +426,7 @@ parsed_options parsed =
426426
<para>If you want to pass the unrecognized options further, the
427427
<functionname alt="boost::program_options::collect_unrecognized">collect_unrecognized</functionname> function can be used.
428428
The function will collect original tokens for all unrecognized values, and optionally, all found positional options.
429-
Say, if your code handles a few options, but does not handles positional options at all, you can use the function like this:
429+
Say, if your code handles a few options, but does not handle positional options at all, you can use the function like this:
430430
<programlisting>
431431
vector&lt;string&gt; to_pass_further = collect_unrecognized(parsed.options, include_positional);
432432
</programlisting>

0 commit comments

Comments
 (0)