[gtk+/composite-templates] fix a typo



commit 64a4f3e1553229d5e7a0701953152161291eec80
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jun 13 16:33:47 2012 -0400

    fix  a typo

 gtk/gtkentry.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 2e81fcf..59a34f4 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 <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.
    *



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