Fix some typos in the documentation.
authorBenjamin Otte <otte@gnome.org>
Wed, 6 Feb 2008 10:26:53 +0000 (10:26 +0000)
committerBenjamin Otte <otte@src.gnome.org>
Wed, 6 Feb 2008 10:26:53 +0000 (10:26 +0000)
2008-02-06  Benjamin Otte  <otte@gnome.org>

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

svn path=/trunk/; revision=6460

gio/ChangeLog
gio/gasyncresult.c
gio/gfilenamecompleter.c

index 8838eda..658243d 100644 (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):
index be71165..0762b93 100644 (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");
  *
  *   /<!-- -->* ... *<!-- -->/
  *
index d991080..9eea288 100644 (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.
  * 
  **/