Salome HOME
Fix typos by Kunda
[modules/kernel.git] / src / KERNEL_PY / kernel / pyunittester.py
index 6c8109951920acf38d70e1efb2fdc83909092c9f..8c21ec5686cbe7cf775be509c2ec1a9768761a01 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2011-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2011-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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()