From 657b003dc8e062285d7802fa9bed6a458db53ec7 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Tue, 5 Jul 2011 19:54:23 +1200 Subject: [PATCH] Fix spelling error in warning identifier --- lib/checkother.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkother.cpp b/lib/checkother.cpp index f5ef77ef3..8ebc1c0ca 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -870,7 +870,7 @@ void CheckOther::checkComparisonOfBoolWithInt() void CheckOther::sizeofForNumericParameterError(const Token *tok) { reportError(tok, Severity::error, - "sizeofwithnulericparamter", "Using sizeof with a numeric constant as function " + "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" " int f() {\n"