From: Benjamin Otte Date: Wed, 6 Feb 2008 10:26:53 +0000 (+0000) Subject: Fix some typos in the documentation. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f428a1b44a8afa64115229cad9f70d5828d6f7d1;p=dana%2Fcg-glib.git Fix some typos in the documentation. 2008-02-06 Benjamin Otte * gasyncresult.c: * gfilenamecompleter.c: Fix some typos in the documentation. svn path=/trunk/; revision=6460 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 8838eda9..658243d1 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-02-06 Benjamin Otte + + * gasyncresult.c: + * gfilenamecompleter.c: + Fix some typos in the documentation. + 2008-02-06 Alexander Larsson * glocalfile.c (g_local_file_trash): diff --git a/gio/gasyncresult.c b/gio/gasyncresult.c index be711654..0762b938 100644 --- a/gio/gasyncresult.c +++ b/gio/gasyncresult.c @@ -77,9 +77,9 @@ * success = _theoretical_frobnitz_finish (source_object, res, NULL); * * if (success) - * g_printf ("Hurray!/n"); + * g_printf ("Hurray!\n"); * else - * g_printf ("Uh oh!/n"); + * g_printf ("Uh oh!\n"); * * /* ... */ * diff --git a/gio/gfilenamecompleter.c b/gio/gfilenamecompleter.c index d9910804..9eea288a 100644 --- a/gio/gfilenamecompleter.c +++ b/gio/gfilenamecompleter.c @@ -36,7 +36,7 @@ * * Completes partial file and directory names given a partial string by * looking in the file system for clues. Can return a list of possible - * completion strings for widget implementation. + * completion strings for widget implementations. * **/