Fixed typo

This commit is contained in:
yhirose 2020-01-24 15:12:31 -05:00
parent fe6314a6e0
commit be3b09f704

View File

@ -85,7 +85,7 @@ int main(int argc, const char** argv)
}
// Check source
std::string source_path = "[commendline]";
std::string source_path = "[commandline]";
if (path_list.size() >= 2) {
if (!read_file(path_list[1], source)) {
cerr << "can't open the code file." << endl;