spell check of error message. contant => constant

This commit is contained in:
Daniel Marjamäki 2011-07-05 19:59:58 +02:00
parent a1953f0964
commit 0007351ef4
1 changed files with 1 additions and 1 deletions

View File

@ -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"