mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
2185733235
commit
f428a1b44a
@ -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):
|
||||
|
@ -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");
|
||||
*
|
||||
* /<!-- -->* ... *<!-- -->/
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
**/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user