summaryrefslogtreecommitdiff
path: root/gdk/gdkseat.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-25 20:16:21 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-25 20:16:21 -0500
commit5b2e8831616170e8a9c155700bf19c774d5cb6e9 (patch)
tree76dc9a8ba7a5df5181de5c3066c6bffdb3476160 /gdk/gdkseat.c
parentf749152efea322006fdd4c87daeaaf3d853c9a64 (diff)
downloadgtk+-5b2e8831616170e8a9c155700bf19c774d5cb6e9.tar.gz
Remove redundant words from docs
An either without an or doesn't add anything.
Diffstat (limited to 'gdk/gdkseat.c')
-rw-r--r--gdk/gdkseat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c
index ec2bdac84c..099304299a 100644
--- a/gdk/gdkseat.c
+++ b/gdk/gdkseat.c
@@ -111,7 +111,7 @@ gdk_seat_class_init (GdkSeatClass *klass)
* @seat: the object on which the signal is emitted
* @device: the newly added #GdkDevice.
*
- * The ::device-added signal is emitted either when a new input
+ * The ::device-added signal is emitted when a new input
* device is related to this seat.
*
* Since: 3.20
@@ -131,7 +131,7 @@ gdk_seat_class_init (GdkSeatClass *klass)
* @seat: the object on which the signal is emitted
* @device: the just removed #GdkDevice.
*
- * The ::device-removed signal is emitted either when an
+ * The ::device-removed signal is emitted when an
* input device is removed (e.g. unplugged).
*
* Since: 3.20