mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Fixed typo
This commit is contained in:
parent
fe6314a6e0
commit
be3b09f704
@ -85,7 +85,7 @@ int main(int argc, const char** argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check source
|
// Check source
|
||||||
std::string source_path = "[commendline]";
|
std::string source_path = "[commandline]";
|
||||||
if (path_list.size() >= 2) {
|
if (path_list.size() >= 2) {
|
||||||
if (!read_file(path_list[1], source)) {
|
if (!read_file(path_list[1], source)) {
|
||||||
cerr << "can't open the code file." << endl;
|
cerr << "can't open the code file." << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user