diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-26 04:20:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-26 04:20:28 +0000 |
commit | 8ea8b1ee480bd7efe3eb936fb2f039f518417fa5 (patch) | |
tree | 2790f1c9909c1ef42dd2d80db12fa306ca743864 /gdk/x11/gdktestutils-x11.c | |
parent | b38f2c127cf556cd9eaec1be6ad6c325bfcafbd4 (diff) | |
download | gtk+-8ea8b1ee480bd7efe3eb936fb2f039f518417fa5.tar.gz |
Typo fixes and small doc improvements
svn path=/trunk/; revision=21929
Diffstat (limited to 'gdk/x11/gdktestutils-x11.c')
-rw-r--r-- | gdk/x11/gdktestutils-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdktestutils-x11.c b/gdk/x11/gdktestutils-x11.c index 2c9223cf3c..480da4d909 100644 --- a/gdk/x11/gdktestutils-x11.c +++ b/gdk/x11/gdktestutils-x11.c @@ -71,7 +71,7 @@ gdk_test_render_sync (GdkWindow *window) * right function to call which will generate a key press event * followed by its accompanying key release event. * - * Returns: wether all actions neccessary for a key event simulation + * Returns: whether all actions neccessary for a key event simulation * were carried out successfully. * * Since: 2.14 @@ -170,7 +170,7 @@ gdk_test_simulate_key (GdkWindow *window, * function to call which will generate a button press event followed * by its accompanying button release event. * - * Returns: wether all actions neccessary for a button event simulation + * Returns: whether all actions neccessary for a button event simulation * were carried out successfully. * * Since: 2.14 |