Skip to content

Commit 5a4526e

Browse files
committed
Fixed typos in comments, no functional changes.
1 parent d1d4feb commit 5a4526e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/checkclass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */

lib/checkother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
//---------------------------------------------------------------------------
324324
void CheckOther::checkSuspiciousSemicolon()
325325
{

0 commit comments

Comments
 (0)