glib r6331 - trunk/gio



Author: murrayc
Date: Fri Jan 18 09:41:09 2008
New Revision: 6331
URL: http://svn.gnome.org/viewvc/glib?rev=6331&view=rev

Log:
2008-01-18  Murray Cumming  <murrayc murrayc com>

* gappinfo.c:
* gcancellable.c:
* gfile.c: Fixed some minor typos in the 
documentation. 

Modified:
   trunk/gio/ChangeLog
   trunk/gio/gappinfo.c
   trunk/gio/gcancellable.c
   trunk/gio/gfile.c

Modified: trunk/gio/gappinfo.c
==============================================================================
--- trunk/gio/gappinfo.c	(original)
+++ trunk/gio/gappinfo.c	Fri Jan 18 09:41:09 2008
@@ -136,7 +136,7 @@
  * 
  * Gets the ID of an application. An id is a string that
  * identifies the application. The exact format of the id is
- * platform dependent. For instance on Unix this is the
+ * platform dependent. For instance, on Unix this is the
  * desktop file id from the xdg menu specification.
  *
  * Note that the returned ID may be %NULL, depending on how

Modified: trunk/gio/gcancellable.c
==============================================================================
--- trunk/gio/gcancellable.c	(original)
+++ trunk/gio/gcancellable.c	Fri Jan 18 09:41:09 2008
@@ -265,7 +265,7 @@
  * 
  * Checks if a cancellable job has been cancelled.
  * 
- * Returns: %TRUE if @cancellable is is cancelled, 
+ * Returns: %TRUE if @cancellable is cancelled, 
  * FALSE if called with %NULL or if item is not cancelled. 
  **/
 gboolean

Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c	(original)
+++ trunk/gio/gfile.c	Fri Jan 18 09:41:09 2008
@@ -2229,7 +2229,7 @@
  *
  *
  * Tries to move the file or directory @source to the location specified by @destination.
- * If native move operations is supported then this is used, otherwise a copy + delete
+ * If native move operations are supported then this is used, otherwise a copy + delete
  * fallback is used. The native implementation may support moving directories (for instance
  * on moves inside the same filesystem), but the fallback code does not.
  * 



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