spell check of error message. contant => constant
This commit is contained in:
parent
a1953f0964
commit
0007351ef4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue