Skip to content

Commit 444146b

Browse files
committed
Correct typos. Closes #4138.
[SVN r62234]
1 parent 0a2145c commit 444146b

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
@@ -107,7 +107,7 @@ if (vm.count("response-file")) {
107107
// Load the file and tokenize it
108108
ifstream ifs(vm["response-file"].as<string>().c_str());
109109
if (!ifs) {
110-
cout << "Could no open the response file\n";
110+
cout << "Could not open the response file\n";
111111
return 1;
112112
}
113113
// Read the whole file into a string
@@ -146,7 +146,7 @@ if (vm.count("response-file")) {
146146
vector&lt;string&gt; args = split_winmain(lpCmdLine);
147147
store(command_line_parser(args).options(desc).run(), vm);
148148
</programlisting>
149-
The function is an overload for <code>wchar_t</code> strings, so can
149+
The <code>split_winmain</code> function is overloaded for <code>wchar_t</code> strings, so can
150150
also be used in Unicode applications.
151151
</para>
152152

0 commit comments

Comments
 (0)