--- a/eric7/Plugins/PluginSyntaxChecker.py Sun Jun 27 11:22:03 2021 +0200 +++ b/eric7/Plugins/PluginSyntaxChecker.py Sun Jun 27 12:41:19 2021 +0200 @@ -128,7 +128,7 @@ def __getPythonOptions(self): """ - Private methode to determine the syntax check options. + Private method to determine the syntax check options. @return state of checkFlakes and ignoreStarImportWarnings (bool, bool) """