Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ludviggunne committed Aug 27, 2024
1 parent 0b2c852 commit af28aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/importproject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ bool ImportProject::fsParseCommand(FileSettings& fs, const std::string& command)
(void)Standards::getCPP(fs.standard, unknown_std);
if (unknown_std) (void)Standards::getC(fs.standard, unknown_std);
if (unknown_std) {
printError("unkown --std value '" + fs.standard + "'");
printError("unknown --std value '" + fs.standard + "'");
return false;
}
} else if (F == 'i' && fval == "system") {
Expand Down

0 comments on commit af28aed

Please sign in to comment.