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

@ -1,3 +1,9 @@
2008-02-06 Benjamin Otte <otte@gnome.org>
* gasyncresult.c:
* gfilenamecompleter.c:
Fix some typos in the documentation.
2008-02-06 Alexander Larsson <alexl@redhat.com>
* glocalfile.c (g_local_file_trash):

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

View File

@ -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.
*
**/