diff --git a/gio/ChangeLog b/gio/ChangeLog index 8838eda9b..658243d1d 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 be711654e..0762b9388 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 d9910804d..9eea288a2 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. * **/