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 8838eda9b4c680889c0e27465d016a5b22c33a48..658243d1d00c8c99c62da090db8688090b51ff36 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 be711654ec48d6b016b8f5e5ae3ffef07aa4ace2..0762b9388761cc28b9c4829b6f7fd04374904586 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 d9910804d9868eaeee9c3c9328a8ecf0ef2bfa49..9eea288a2a0bfa955df4048ccfb66a95fce6a8ef 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.
  * 
  **/