eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py

branch
eric7
changeset 8444
88b242eba71b
parent 8358
144a6b854f70
child 8881
54e42bc2437a
diff -r 8794cb212647 -r 88b242eba71b eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py
--- 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)

eric ide

mercurial