[gegl] fix typo



commit b466db8bb8c799c2dcc8522d3e106275ff814192
Author: Nils Philippsen <nils redhat com>
Date:   Tue Dec 9 15:39:58 2014 +0100

    fix typo

 tests/python/test-gegl-format.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/python/test-gegl-format.py b/tests/python/test-gegl-format.py
index 12e7489..7894086 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -36,7 +36,7 @@ class TestGeglFormat(unittest.TestCase):
 
     def test_buffer(self):
       if gi.__version__ in ("3.14.0"):
-        print "SKIPED! This test is known to be broken in gi version 3.14.0"
+        print "SKIPPED! This test is known to be broken in gi version 3.14.0"
         print "https://bugzilla.gnome.org/show_bug.cgi?id=741291";
         # This gi version is known to be broken.
         # buf_float.get_property("format") returns an integer,
@@ -67,4 +67,4 @@ class TestGeglFormat(unittest.TestCase):
 if __name__ == '__main__':
     Gegl.init(None);
     unittest.main()
-    Gegl.exit()
\ No newline at end of file
+    Gegl.exit()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]