]> Pileus Git - ~andy/gtk/commitdiff
Fix some typos. Closes bug #475400.
authorKjartan Maraas <kmaraas@gnome.org>
Mon, 10 Sep 2007 21:58:20 +0000 (21:58 +0000)
committerKjartan Maraas <kmaraas@src.gnome.org>
Mon, 10 Sep 2007 21:58:20 +0000 (21:58 +0000)
2007-09-10  Kjartan Maraas  <kmaraas@gnome.org>

* gtk/gtkentry.c: Fix some typos. Closes bug #475400.

svn path=/trunk/; revision=18790

ChangeLog
gtk/gtkentry.c

index a742a6238bff8d12e4245e45ca60500b5975bcca..cb23b0a4363ede1d81efcc3ec535738ce1b55a10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-10  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkentry.c: Fix some typos. Closes bug #475400.
+
 2007-09-10  Behdad Esfahbod  <behdad@gnome.org>
 
        * gdk/x11/gdkgeometry-x11.c (gdk_window_queue),
index a7e0eb2cbbc5fcdc07c24b1015539f3d794b5112..2ccdfad3d0276f7ec7d17e3f63c2584667d83ae3 100644 (file)
@@ -901,7 +901,7 @@ gtk_entry_class_init (GtkEntryClass *class)
   /**
    * GtkSettings:gtk-entry-password-hint-timeout:
    *
-   * How long to show the last inputted character in hidden
+   * How long to show the last input character in hidden
    * entries. This value is in milliseconds. 0 disables showing the
    * last char. 600 is a good value for enabling it.
    *
@@ -909,7 +909,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    */
   gtk_settings_install_property (g_param_spec_uint ("gtk-entry-password-hint-timeout",
                                                     P_("Password Hint Timeout"),
-                                                    P_("How long to show the last inputted character in hidden entries"),
+                                                    P_("How long to show the last input character in hidden entries"),
                                                     0, G_MAXUINT, 0,
                                                     GTK_PARAM_READWRITE));
 
@@ -3403,7 +3403,7 @@ gtk_entry_create_layout (GtkEntry *entry,
                              entry->text_length -
                              password_hint->password_hint_position);
 
-              /* Now remove this last inputted character, don't need
+              /* Now remove this last input character, don't need
                * it anymore
                */
               memset (password_hint->password_hint, 0, PASSWORD_HINT_MAX);