[gegl] Fixed typo



commit 8a5bc6a8ee8daefd0b8f83c91280b064529062ac
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu May 10 13:04:48 2012 +0200

    Fixed typo

 operations/external/path.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/path.c b/operations/external/path.c
index c8ed820..4575139 100644
--- a/operations/external/path.c
+++ b/operations/external/path.c
@@ -39,7 +39,7 @@ gegl_chant_double (stroke_hardness, _("Hardness"),   0.0, 1.0, 0.6,
                              _("Hardness of the brush, 0.0 for a soft brush, 1.0 for a hard brush"))
 
 gegl_chant_string (fill_rule,_("Fill rule"), "nonzero",
-                             _("How to determine what to fill (nonzero|evenodd"))
+                             _("How to determine what to fill (nonzero|evenodd)"))
 
 gegl_chant_string (transform,_("Transform"), "",
                              _("SVG style description of transform"))



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