Fix some typos in the documentation.

2008-02-06  Benjamin Otte  <otte@gnome.org>

        * gasyncresult.c:
	* gfilenamecompleter.c:
	Fix some typos in the documentation.

svn path=/trunk/; revision=6460
This commit is contained in:
Benjamin Otte
2008-02-06 10:26:53 +00:00
committed by Benjamin Otte
parent 2185733235
commit f428a1b44a
3 changed files with 9 additions and 3 deletions

View File

@@ -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");
*
* /<!-- -->* ... *<!-- -->/
*