From: Murray Cumming Date: Fri, 18 Jan 2008 09:41:09 +0000 (+0000) Subject: Fixed some minor typos in the documentation. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0108d39d029c6d038fa1a882ab42a22da46f3e70;p=dana%2Fcg-glib.git Fixed some minor typos in the documentation. 2008-01-18 Murray Cumming * gappinfo.c: * gcancellable.c: * gfile.c: Fixed some minor typos in the documentation. svn path=/trunk/; revision=6331 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index a3c6c7be..1bfb54fa 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,10 @@ +2008-01-18 Murray Cumming + + * gappinfo.c: + * gcancellable.c: + * gfile.c: Fixed some minor typos in the + documentation. + 2008-01-18 Murray Cumming * gio/gvolumemonitor.c: diff --git a/gio/gappinfo.c b/gio/gappinfo.c index b57b3950..c02f3891 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -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 diff --git a/gio/gcancellable.c b/gio/gcancellable.c index e49460c1..a78e6311 100644 --- a/gio/gcancellable.c +++ b/gio/gcancellable.c @@ -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 diff --git a/gio/gfile.c b/gio/gfile.c index 4a12a9d7..25caed94 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -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. *