[GRASS-SVN] r66835 - grass/trunk/lib/python/gunittest

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 15 05:06:17 PST 2015


Author: neteler
Date: 2015-11-15 05:06:17 -0800 (Sun, 15 Nov 2015)
New Revision: 66835

Modified:
   grass/trunk/lib/python/gunittest/case.py
Log:
gunittest: minor msg typo

Modified: grass/trunk/lib/python/gunittest/case.py
===================================================================
--- grass/trunk/lib/python/gunittest/case.py	2015-11-15 12:24:16 UTC (rev 66834)
+++ grass/trunk/lib/python/gunittest/case.py	2015-11-15 13:06:17 UTC (rev 66835)
@@ -1149,7 +1149,7 @@
             stdmsg = ('Running <{m.name}> module ended'
                       ' with non-zero return code ({m.popen.returncode})\n'
                       'Called: {code}\n'
-                      'See the folowing errors:\n'
+                      'See the following errors:\n'
                       '{errors}'.format(
                           m=module, code=module.get_python(),
                           errors=module.outputs.stderr



More information about the grass-commit mailing list