glib r6460 - trunk/gio



Author: otte
Date: Wed Feb  6 10:26:53 2008
New Revision: 6460
URL: http://svn.gnome.org/viewvc/glib?rev=6460&view=rev

Log:
2008-02-06  Benjamin Otte  <otte gnome org>

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


Modified:
   trunk/gio/ChangeLog
   trunk/gio/gasyncresult.c
   trunk/gio/gfilenamecompleter.c

Modified: trunk/gio/gasyncresult.c
==============================================================================
--- trunk/gio/gasyncresult.c	(original)
+++ trunk/gio/gasyncresult.c	Wed Feb  6 10:26:53 2008
@@ -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");
  *
  *   /<!-- -->* ... *<!-- -->/
  *

Modified: trunk/gio/gfilenamecompleter.c
==============================================================================
--- trunk/gio/gfilenamecompleter.c	(original)
+++ trunk/gio/gfilenamecompleter.c	Wed Feb  6 10:26:53 2008
@@ -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.
  * 
  **/
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]