diff --git a/lib/checkother.cpp b/lib/checkother.cpp index 6a566982b..3fb07ea79 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -872,7 +872,7 @@ void CheckOther::sizeofForNumericParameterError(const Token *tok) reportError(tok, Severity::error, "sizeofwithnumericparameter", "Using sizeof with a numeric constant as function " "argument might not be what you intended.\n" - "It is unusual to use contant value with sizeof. For example, this code:\n" + "It is unusual to use constant value with sizeof. For example, this code:\n" " int f() {\n" " return sizeof(10);\n" " }\n"