diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-23 05:51:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-23 05:51:25 +0000 |
commit | 5c317ec76268e443754264a4bbf83e643151adb7 (patch) | |
tree | 7dcbe15a21e5bb658f1294cb33a9258ced848b04 /gdk | |
parent | b71609e23e6fab27e0da4d4560179c6d6414e773 (diff) | |
download | gtk+-5c317ec76268e443754264a4bbf83e643151adb7.tar.gz |
Bug 567761 – Spellfixes in GTK+ documentation
* gdk/x11/gdkselection-x11.c:
* gtk/gtktestutils.c: Fix typos in the docs.
svn path=/trunk/; revision=22189
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/x11/gdkselection-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c index 76ec3eec4c..fd482e2fb3 100644 --- a/gdk/x11/gdkselection-x11.c +++ b/gdk/x11/gdkselection-x11.c @@ -676,7 +676,7 @@ gdk_text_property_to_utf8_list_for_display (GdkDisplay *display, * Convert a string from the encoding of the current * locale into a form suitable for storing in a window property. * - * Returns: 0 upon sucess, non-zero upon failure. + * Returns: 0 upon success, non-zero upon failure. * * Since: 2.2 **/ |