fix a typo

This commit is contained in:
Matthias Clasen 2012-06-13 16:33:47 -04:00
parent 0e37d2a98b
commit b5d18b3e59

View 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.
*