Fixed typos in comments, no functional changes.

This commit is contained in:
orbitcowboy 2014-10-02 04:39:41 +02:00
parent d1d4febebf
commit 5a4526e997
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ public:
void copyconstructors();
/** @brief call of pure virtual funcion */
/** @brief call of pure virtual function */
void checkPureVirtualFunctionCall();
/** @brief Check duplicated inherited members */

View File

@ -319,7 +319,7 @@ void CheckOther::clarifyStatementError(const Token *tok)
}
//---------------------------------------------------------------------------
// Check for suspicious occurences of 'if(); {}'.
// Check for suspicious occurrences of 'if(); {}'.
//---------------------------------------------------------------------------
void CheckOther::checkSuspiciousSemicolon()
{