diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-02-29 17:19:55 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2013-03-04 22:48:22 +0000 |
commit | 507bf6e5cf9c88b8eed91a4449e4c4558c8c5f84 (patch) | |
tree | b47c2047104f1c3f256733dcf90741db332621ce /gtk/gtktestutils.c | |
parent | 9d81b69e06cd9c2ad9cb5204056bfae5a3128e9c (diff) | |
download | gtk+-507bf6e5cf9c88b8eed91a4449e4c4558c8c5f84.tar.gz |
docs: correct various spelling and grammar errors
I noticed a few cases of "wether", and while fixing them noticed a few
"its" which should be "it's". It all went downhill from there.
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 4a679a6ba8..c41c8920c4 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -130,7 +130,7 @@ test_find_widget_input_windows (GtkWidget *widget, * particular because the mouse pointer is warped to the key press * location, see gdk_test_simulate_key() for details. * - * Returns: wether all actions neccessary for the key event simulation were carried out successfully. + * Returns: whether all actions neccessary for the key event simulation were carried out successfully. * * Since: 2.14 **/ @@ -166,7 +166,7 @@ gtk_test_widget_send_key (GtkWidget *widget, * particular because the mouse pointer is warped to the button click * location, see gdk_test_simulate_button() for details. * - * Returns: wether all actions neccessary for the button click simulation were carried out successfully. + * Returns: whether all actions neccessary for the button click simulation were carried out successfully. * * Since: 2.14 **/ @@ -197,7 +197,7 @@ gtk_test_widget_click (GtkWidget *widget, * spin button arrow areas, usually leading to an increase or decrease of * spin button's value. * - * Returns: wether all actions neccessary for the button click simulation were carried out successfully. + * Returns: whether all actions neccessary for the button click simulation were carried out successfully. * * Since: 2.14 **/ |