File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class CPPCHECKLIB CheckClass : public Check {
125125
126126 void copyconstructors ();
127127
128- /* * @brief call of pure virtual funcion */
128+ /* * @brief call of pure virtual function */
129129 void checkPureVirtualFunctionCall ();
130130
131131 /* * @brief Check duplicated inherited members */
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ void CheckOther::clarifyStatementError(const Token *tok)
319319}
320320
321321// ---------------------------------------------------------------------------
322- // Check for suspicious occurences of 'if(); {}'.
322+ // Check for suspicious occurrences of 'if(); {}'.
323323// ---------------------------------------------------------------------------
324324void CheckOther::checkSuspiciousSemicolon ()
325325{
You can’t perform that action at this time.
0 commit comments