--- a/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py Sun Jun 27 11:22:03 2021 +0200 +++ b/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py Sun Jun 27 12:41:19 2021 +0200 @@ -45,7 +45,7 @@ def __determineLanguage(self, filename, source): """ - Private methode to determine the language of the file. + Private method to determine the language of the file. @param filename of the sourcefile (str) @param source code of the file (str)