Kaynağa Gözat

gunittest: minor msg typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66835 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 yıl önce
ebeveyn
işleme
5f6818c58c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/python/gunittest/case.py

+ 1 - 1
lib/python/gunittest/case.py

@@ -1149,7 +1149,7 @@ class TestCase(unittest.TestCase):
             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