[gimp] fix typo "equalizee"



commit 0025f9f354ac0eec67eb65dd28518b24a72c4a8e
Author: Mikael Magnusson <mikachu src gnome org>
Date:   Thu Apr 12 01:27:43 2012 +0200

    fix typo "equalizee"

 app/pdb/color-cmds.c       |    2 +-
 libgimp/gimpcolor_pdb.c    |    2 +-
 tools/pdbgen/pdb/color.pdb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/color-cmds.c b/app/pdb/color-cmds.c
index 033f293..059b973 100644
--- a/app/pdb/color-cmds.c
+++ b/app/pdb/color-cmds.c
@@ -865,7 +865,7 @@ register_color_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-equalize",
                                      "Equalize the contents of the specified drawable.",
-                                     "This procedure equalizes the contents of the specified drawable. Each intensity channel is equalizeed independently. The equalized intensity is given as inten' = (255 - inten). Indexed color drawables are not valid for this operation. The 'mask_only' option specifies whether to adjust only the area of the image within the selection bounds, or the entire image based on the histogram of the selected area. If there is no selection, the entire image is adjusted based on the histogram for the entire image.",
+                                     "This procedure equalizes the contents of the specified drawable. Each intensity channel is equalized independently. The equalized intensity is given as inten' = (255 - inten). Indexed color drawables are not valid for this operation. The 'mask_only' option specifies whether to adjust only the area of the image within the selection bounds, or the entire image based on the histogram of the selected area. If there is no selection, the entire image is adjusted based on the histogram for the entire image.",
                                      "Spencer Kimball & Peter Mattis",
                                      "Spencer Kimball & Peter Mattis",
                                      "1995-1996",
diff --git a/libgimp/gimpcolor_pdb.c b/libgimp/gimpcolor_pdb.c
index 5ba8bcf..5059cb3 100644
--- a/libgimp/gimpcolor_pdb.c
+++ b/libgimp/gimpcolor_pdb.c
@@ -300,7 +300,7 @@ gimp_desaturate_full (gint32             drawable_ID,
  * Equalize the contents of the specified drawable.
  *
  * This procedure equalizes the contents of the specified drawable.
- * Each intensity channel is equalizeed independently. The equalized
+ * Each intensity channel is equalized independently. The equalized
  * intensity is given as inten' = (255 - inten). Indexed color
  * drawables are not valid for this operation. The 'mask_only' option
  * specifies whether to adjust only the area of the image within the
diff --git a/tools/pdbgen/pdb/color.pdb b/tools/pdbgen/pdb/color.pdb
index 788ec25..6fbba8b 100644
--- a/tools/pdbgen/pdb/color.pdb
+++ b/tools/pdbgen/pdb/color.pdb
@@ -281,7 +281,7 @@ sub equalize {
 
     $help = <<'HELP';
 This procedure equalizes the contents of the specified drawable. Each intensity
-channel is equalizeed independently. The equalized intensity is given as inten'
+channel is equalized independently. The equalized intensity is given as inten'
 = (255 - inten). Indexed color drawables are not valid for this operation. The
 'mask_only' option specifies whether to adjust only the area of the image
 within the selection bounds, or the entire image based on the histogram of the



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