Typos found by running "codespell" (#3659)
This commit is contained in:
parent
ccea1da33a
commit
d5daba331f
|
@ -5307,7 +5307,7 @@ const Function* SymbolDatabase::findFunction(const Token *tok) const
|
|||
currScope = currScope->nestedIn;
|
||||
}
|
||||
}
|
||||
// Check for contructor
|
||||
// Check for constructor
|
||||
if (Token::Match(tok, "%name% (|{")) {
|
||||
ValueType vt = ValueType::parseDecl(tok, mSettings);
|
||||
if (vt.typeScope)
|
||||
|
|
|
@ -106,7 +106,7 @@ void nullPointer_GetPrivateProfileString(LPCTSTR lpAppName,
|
|||
|
||||
// No warning is expected for 1st arg as nullptr
|
||||
(void)GetPrivateProfileString(nullptr, lpKeyName, lpDefault, lpReturnedString, nSize, lpFileName);
|
||||
// No warning is expected for 2st arg as nullptr
|
||||
// No warning is expected for 2nd arg as nullptr
|
||||
(void)GetPrivateProfileString(lpAppName, nullptr, lpDefault, lpReturnedString, nSize, lpFileName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue