[gtk+] GtkShortcutsShortcut: Add missing word



commit 3c22784328949455c82c09a5bb93bbf77b3cc6c0
Author: Timm Bäder <mail baedert org>
Date:   Fri Nov 13 12:37:59 2015 +0100

    GtkShortcutsShortcut: Add missing word

 gtk/gtkshortcutsshortcut.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkshortcutsshortcut.c b/gtk/gtkshortcutsshortcut.c
index 6aa073a..63a342d 100644
--- a/gtk/gtkshortcutsshortcut.c
+++ b/gtk/gtkshortcutsshortcut.c
@@ -194,7 +194,7 @@ gtk_shortcuts_shortcut_class_init (GtkShortcutsShortcutClass *klass)
    * - Two alternative shortcuts: <shift>a Home
    * - A range: <alt>1...9
    *
-   * Note that < and > need to escaped as &lt; and &gt; when used
+   * Note that < and > need to be escaped as &lt; and &gt; when used
    * in .ui files.
    */
   properties[PROP_ACCELERATOR] =


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