[gimp] Fix typo and double space between words



commit a39ee696569d70453a6816ebe6e661ed8c05f018
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Sun Nov 6 15:53:27 2016 +0100

    Fix typo and double space between words
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774004

 libgimp/gimpexport.c        |    2 +-
 libgimpbase/gimpbaseenums.c |    2 +-
 libgimpbase/gimpbaseenums.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgimp/gimpexport.c b/libgimp/gimpexport.c
index b94ebe6..1d984ce 100644
--- a/libgimp/gimpexport.c
+++ b/libgimp/gimpexport.c
@@ -350,7 +350,7 @@ static ExportAction export_action_convert_rgb_or_indexed =
 {
   export_convert_rgb,
   export_convert_indexed,
-  N_("%s plug-in  can only handle RGB or indexed images"),
+  N_("%s plug-in can only handle RGB or indexed images"),
   { N_("Convert to RGB"), N_("Convert to Indexed using default settings\n"
                              "(Do it manually to tune the result)")},
   0
diff --git a/libgimpbase/gimpbaseenums.c b/libgimpbase/gimpbaseenums.c
index 093b137..e67923c 100644
--- a/libgimpbase/gimpbaseenums.c
+++ b/libgimpbase/gimpbaseenums.c
@@ -1064,7 +1064,7 @@ gimp_merge_type_get_type (void)
 
   static const GimpEnumDesc descs[] =
   {
-    { GIMP_EXPAND_AS_NECESSARY, NC_("merge-type", "Expanded as neccessary"), NULL },
+    { GIMP_EXPAND_AS_NECESSARY, NC_("merge-type", "Expanded as necessary"), NULL },
     { GIMP_CLIP_TO_IMAGE, NC_("merge-type", "Clipped to image"), NULL },
     { GIMP_CLIP_TO_BOTTOM_LAYER, NC_("merge-type", "Clipped to bottom layer"), NULL },
     { GIMP_FLATTEN_IMAGE, NC_("merge-type", "Flatten"), NULL },
diff --git a/libgimpbase/gimpbaseenums.h b/libgimpbase/gimpbaseenums.h
index 7a93f38..32e97d6 100644
--- a/libgimpbase/gimpbaseenums.h
+++ b/libgimpbase/gimpbaseenums.h
@@ -500,7 +500,7 @@ GType gimp_merge_type_get_type (void) G_GNUC_CONST;
 
 typedef enum
 {
-  GIMP_EXPAND_AS_NECESSARY,  /*< desc="Expanded as neccessary"  >*/
+  GIMP_EXPAND_AS_NECESSARY,  /*< desc="Expanded as necessary"  >*/
   GIMP_CLIP_TO_IMAGE,        /*< desc="Clipped to image"        >*/
   GIMP_CLIP_TO_BOTTOM_LAYER, /*< desc="Clipped to bottom layer" >*/
   GIMP_FLATTEN_IMAGE         /*< desc="Flatten"                 >*/


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