[gimp] app: gimpalignoptions.c: fix typo s/distrubution/distribution/



commit 6c85014473bb8bb12481be0c9b86a882f9949642
Author: Michael Natterer <mitch gimp org>
Date:   Tue May 24 20:11:34 2011 +0200

    app: gimpalignoptions.c: fix typo s/distrubution/distribution/

 app/tools/gimpalignoptions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpalignoptions.c b/app/tools/gimpalignoptions.c
index 9526354..a4f69ff 100644
--- a/app/tools/gimpalignoptions.c
+++ b/app/tools/gimpalignoptions.c
@@ -95,13 +95,13 @@ gimp_align_options_class_init (GimpAlignOptionsClass *klass)
 
   GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_OFFSET_X,
                                    "offset-x",
-                                   N_("Horizontal offset for distrubution"),
+                                   N_("Horizontal offset for distribution"),
                                    -GIMP_MAX_IMAGE_SIZE, GIMP_MAX_IMAGE_SIZE, 0,
                                    GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_OFFSET_Y,
                                    "offset-y",
-                                   N_("Vertical offset for distrubution"),
+                                   N_("Vertical offset for distribution"),
                                    -GIMP_MAX_IMAGE_SIZE, GIMP_MAX_IMAGE_SIZE, 0,
                                    GIMP_PARAM_STATIC_STRINGS);
 }



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