Typos found by running "codespell" (#3463)

This commit is contained in:
Armin Müller 2021-09-20 19:51:38 +02:00 committed by GitHub
parent e388bdc4da
commit c6f8995bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ def reportError(location, severity, message, errorId=None):
cppcheckdata.reportError(location, severity, message, __addon_name__, errorId or __errorid__)
def runcheckers():
# If there are no checkers then dont run
# If there are no checkers then don't run
if len(__checkers__) == 0:
return
global __addon_name__

View File

@ -1867,7 +1867,7 @@ class MisraChecker:
#
# TODO: We actually need to check if the names of the arguments are
# the same. But we can't do this because we have no links to
# variables in the arguments in function defintion in the dump file.
# variables in the arguments in function definition in the dump file.
foundVariables = 0
while startCall and startCall != endCall:
if startCall.varId: