Salome HOME
Fix typos by Kunda
[modules/kernel.git] / src / KERNEL_PY / kernel / pyunittester.py
index fa011080b92408734417d21720eaae7429f119a4..8c21ec5686cbe7cf775be509c2ec1a9768761a01 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()