Skip to content

Commit c5deb0a

Browse files
authored
Fix a typo in error message (#5264)
1 parent 3186577 commit c5deb0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkclass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2582,7 +2582,7 @@ void CheckClass::checkConstError2(const Token *tok1, const Token *tok2, const st
25822582
"passed to the function. This change should not cause compiler errors but it does not "
25832583
"necessarily make sense conceptually. Think about your design and the task of the function first - "
25842584
"is it a function that must not access members of class instances? And maybe it is more appropriate "
2585-
"to move this function to a unnamed namespace.", CWE398, Certainty::inconclusive);
2585+
"to move this function to an unnamed namespace.", CWE398, Certainty::inconclusive);
25862586
}
25872587

25882588
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)