summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutsshortcut.h
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2016-10-25 15:43:34 +0200
committerFelix Riemann <friemann@gnome.org>2016-10-25 20:10:41 +0200
commit0ca12fabf08c4ebc01f5e5d6deac3a7e249c56b0 (patch)
treeb9558df370bfb5c9bdc41d2c91918d2ea9a5163f /gtk/gtkshortcutsshortcut.h
parent70935f09526ba9f1d0b2f6af10e18712df73eda9 (diff)
downloadgtk+-0ca12fabf08c4ebc01f5e5d6deac3a7e249c56b0.tar.gz
GtkShortcutType: Fix typos in developer documentation
https://bugzilla.gnome.org/show_bug.cgi?id=773479
Diffstat (limited to 'gtk/gtkshortcutsshortcut.h')
-rw-r--r--gtk/gtkshortcutsshortcut.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkshortcutsshortcut.h b/gtk/gtkshortcutsshortcut.h
index 4f219a5807..9f6a1cff71 100644
--- a/gtk/gtkshortcutsshortcut.h
+++ b/gtk/gtkshortcutsshortcut.h
@@ -40,24 +40,24 @@ 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.
* @GTK_SHORTCUT_GESTURE_SWIPE_LEFT:
- * The shortcut is a swipe gesture. GTK+ provides and icon and subtitle. Since 3.90
+ * The shortcut is a swipe gesture. GTK+ provides an icon and subtitle. Since 3.90
* @GTK_SHORTCUT_GESTURE_SWIPE_RIGHT:
- * The shortcut is a swipe gesture. GTK+ provides and icon and subtitle. Since 3.90
+ * The shortcut is a swipe gesture. GTK+ provides an icon and subtitle. Since 3.90
*
* GtkShortcutType specifies the kind of shortcut that is being described.
* More values may be added to this enumeration over time.