File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if (vm.count("response-file")) {
107
107
// Load the file and tokenize it
108
108
ifstream ifs(vm["response-file"].as<string>().c_str());
109
109
if (!ifs) {
110
- cout << "Could no open the response file\n";
110
+ cout << "Could not open the response file\n";
111
111
return 1;
112
112
}
113
113
// Read the whole file into a string
@@ -146,7 +146,7 @@ if (vm.count("response-file")) {
146
146
vector< string> args = split_winmain(lpCmdLine);
147
147
store(command_line_parser(args).options(desc).run(), vm);
148
148
</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
150
150
also be used in Unicode applications.
151
151
</para >
152
152
You can’t perform that action at this time.
0 commit comments