diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-02-25 20:16:21 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-25 20:16:21 -0500 |
commit | 5b2e8831616170e8a9c155700bf19c774d5cb6e9 (patch) | |
tree | 76dc9a8ba7a5df5181de5c3066c6bffdb3476160 /gdk/gdkseat.c | |
parent | f749152efea322006fdd4c87daeaaf3d853c9a64 (diff) | |
download | gtk+-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.c | 4 |
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 |