Fixed some minor typos in the documentation.
authorMurray Cumming <murrayc@murrayc.com>
Fri, 18 Jan 2008 09:41:09 +0000 (09:41 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Fri, 18 Jan 2008 09:41:09 +0000 (09:41 +0000)
2008-01-18  Murray Cumming  <murrayc@murrayc.com>

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

svn path=/trunk/; revision=6331

gio/ChangeLog
gio/gappinfo.c
gio/gcancellable.c
gio/gfile.c

index a3c6c7b..1bfb54f 100644 (file)
@@ -1,5 +1,12 @@
 2008-01-18  Murray Cumming  <murrayc@murrayc.com>
 
+       * gappinfo.c:
+       * gcancellable.c:
+       * gfile.c: Fixed some minor typos in the 
+       documentation. 
+
+2008-01-18  Murray Cumming  <murrayc@murrayc.com>
+
        * gio/gvolumemonitor.c: 
        (g_volume_monitor_get_connected_drives): 
        (g_volume_monitor_get_volumes): 
index b57b395..c02f389 100644 (file)
@@ -136,7 +136,7 @@ g_app_info_equal (GAppInfo *appinfo1,
  * 
  * 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
index e49460c..a78e631 100644 (file)
@@ -265,7 +265,7 @@ g_cancellable_reset (GCancellable *cancellable)
  * 
  * 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
index 4a12a9d..25caed9 100644 (file)
@@ -2229,7 +2229,7 @@ g_file_copy (GFile                  *source,
  *
  *
  * 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.
  *