[gtk+/gtk-3-22] GtkShortcutType: Fix typos in developer documentation



commit 27029a79fa4391562db7eec26c0ecfe2c0ac8276
Author: Felix Riemann <friemann gnome org>
Date:   Tue Oct 25 15:45:24 2016 +0200

    GtkShortcutType: Fix typos in developer documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773479

 gtk/gtkshortcutsshortcut.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkshortcutsshortcut.h b/gtk/gtkshortcutsshortcut.h
index 435e1bf..f3cd76c 100644
--- a/gtk/gtkshortcutsshortcut.h
+++ b/gtk/gtkshortcutsshortcut.h
@@ -40,17 +40,17 @@ typedef struct _GtkShortcutsShortcutClass GtkShortcutsShortcutClass;
  *   The shortcut is a keyboard accelerator. The #GtkShortcutsShortcut:accelerator
  *   property will be used.
  * @GTK_SHORTCUT_GESTURE_PINCH:
- *   The shortcut is a pinch gesture. GTK+ provides and icon and subtitle.
+ *   The shortcut is a pinch gesture. GTK+ provides an icon and subtitle.
  * @GTK_SHORTCUT_GESTURE_STRETCH:
- *   The shortcut is a stretch gesture. GTK+ provides and icon and subtitle.
+ *   The shortcut is a stretch gesture. GTK+ provides an icon and subtitle.
  * @GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE:
- *   The shortcut is a clockwise rotation gesture. GTK+ provides and icon and subtitle.
+ *   The shortcut is a clockwise rotation gesture. GTK+ provides an icon and subtitle.
  * @GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE:
- *   The shortcut is a counterclockwise rotation gesture. GTK+ provides and icon and subtitle.
+ *   The shortcut is a counterclockwise rotation gesture. GTK+ provides an icon and subtitle.
  * @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT:
- *   The shortcut is a two-finger swipe gesture. GTK+ provides and icon and subtitle.
+ *   The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.
  * @GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT:
- *   The shortcut is a two-finger swipe gesture. GTK+ provides and icon and subtitle.
+ *   The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.
  * @GTK_SHORTCUT_GESTURE:
  *   The shortcut is a gesture. The #GtkShortcutsShortcut:icon property will be
  *   used.


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