From: Matthias Clasen Date: Wed, 13 Jun 2012 20:33:47 +0000 (-0400) Subject: fix a typo X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~19757 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b5d18b3e5929f9e55c4372bbee89c96ef54d87a7;p=gtk4.git fix a typo --- diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 2e81fcf521..59a34f4c65 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -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 keybinding signal, + * While this signal is used as a + * keybinding signal, * it is also commonly used by applications to intercept * activation of entries. *