Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py

changeset 3591
2f2a4a76dd22
parent 3558
7f2bc8910d28
child 3616
081b69e00f3e
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Sat May 17 19:58:49 2014 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py	Sun May 18 14:13:09 2014 +0200
@@ -367,7 +367,7 @@
         
     def check(self, codestring='', onlyFixes={}):
         """
-        Start a style check for one file.
+        Public method to start a style check for one file.
         
         The results are reported to the __processResult slot.
         
@@ -429,7 +429,7 @@
 
     def __processResult(self, fn, codeStyleCheckerStats, fixes, results):
         """
-        Privat slot called after perfoming a style check on one file.
+        Private slot called after perfoming a style check on one file.
         
         @param fn filename of the just checked file (str)
         @param codeStyleCheckerStats stats of style and name check (dict)

eric ide

mercurial