fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Jun 2012 20:33:47 +0000 (16:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Jun 2012 20:33:47 +0000 (16:33 -0400)
gtk/gtkentry.c

index 2e81fcf521ab647f83eb70f1d4ed6bd111183660..59a34f4c65929437abb6f678dfba30d741bfbbd0 100644 (file)
@@ -1441,10 +1441,11 @@ gtk_entry_class_init (GtkEntryClass *class)
    * GtkEntry::activate:
    * @entry: The entry on which the signal is emitted
    *
-   * The ::activate signal is emitted when the the user hits
+   * The ::activate signal is emitted when the user hits
    * the Enter key.
    *
-   * While this signal is used as a <link linkend="keybinding-signals">keybinding signal</link>,
+   * While this signal is used as a
+   * <link linkend="keybinding-signals">keybinding signal</link>,
    * it is also commonly used by applications to intercept
    * activation of entries.
    *