[gimp] app: Fix annoying typos in previous commit



commit 5383bf0dc71d2582760ee16e51cfb165542035d3
Author: Martin Nordholts <martinn src gnome org>
Date:   Sat Aug 29 12:13:28 2009 +0200

    app: Fix annoying typos in previous commit

 app/core/gimpfloatingselundo.c    |    2 +-
 app/core/gimplayer-floating-sel.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpfloatingselundo.c b/app/core/gimpfloatingselundo.c
index 86f1de9..2ea7cee 100644
--- a/app/core/gimpfloatingselundo.c
+++ b/app/core/gimpfloatingselundo.c
@@ -123,7 +123,7 @@ gimp_floating_sel_undo_pop (GimpUndo            *undo,
         }
 
       /* When the floating selection is converted to/from a normal
-       * layer it does something resembling a name, so emit the
+       * layer it does something resembling a name change, so emit the
        * "name-changed" signal
        */
       gimp_object_name_changed (GIMP_OBJECT (floating_layer));
diff --git a/app/core/gimplayer-floating-sel.c b/app/core/gimplayer-floating-sel.c
index bc710e6..4e9ab5d 100644
--- a/app/core/gimplayer-floating-sel.c
+++ b/app/core/gimplayer-floating-sel.c
@@ -150,8 +150,8 @@ floating_sel_to_layer (GimpLayer  *layer,
   gimp_image_undo_group_end (image);
 
   /* When the floating selection is converted to/from a normal layer
-   * it does something resembling a name, so emit the "name-changed"
-   * signal
+   * it does something resembling a name change, so emit the
+   * "name-changed" signal
    */
   gimp_object_name_changed (GIMP_OBJECT (layer));
 



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