Salome HOME
Merge changes from 'master' branch.
[modules/kernel.git] / src / KERNEL_PY / kernel / pyunittester.py
index 76e79d0ae246940f6e05905f124ce886091adc61..fc056f1f89172901bf630440fd3c00dae6e31b6d 100644 (file)
@@ -75,7 +75,7 @@ class PyUnitTester():
         for suite in self.__listTestSuite:
             runner.run(suite)
 
-        # Finally close the ouput stream and print the report
+        # Finally close the output stream and print the report
         logfile.close()
         self.printreport()