From 1d77c0c7ddde7bf391b0330447cac3fd07f7ab21 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 10 Mar 2008 19:38:42 +0000 Subject: [PATCH] Minor spelling correction in documentation: existance -> existence. 2008-03-10 Murray Cumming * gfile.c: Minor spelling correction in documentation: existance -> existence. svn path=/trunk/; revision=6663 --- gio/ChangeLog | 5 +++++ gio/gfile.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 25afaf7..54e0469 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-10 Murray Cumming + + * gfile.c: Minor spelling correction in documentation: + existance -> existence. + 2008-03-10 Matthias Clasen * === Released 2.16.0 === diff --git a/gio/gfile.c b/gio/gfile.c index 9a3f034..ab56a3c 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -901,9 +901,9 @@ g_file_enumerate_children_finish (GFile *file, * Utility function to check if a particular file exists. This is * implemented using g_file_query_info() and as such does blocking I/O. * - * Note that in many cases it is racy to first check for file existance + * Note that in many cases it is racy to first check for file existence * and then execute something based on the outcome of that, because the - * file might have been created or removed inbetween the operations. The + * file might have been created or removed in between the operations. The * general approach to handling that is to not check, but just do the * operation and handle the errors as they come. * @@ -915,7 +915,7 @@ g_file_enumerate_children_finish (GFile *file, * the file with g_file_create() which will either atomically create the file * or fail with a G_IO_ERROR_EXISTS error. * - * However, in many cases an existance check is useful in a user + * However, in many cases an existence check is useful in a user * interface, for instance to make a menu item sensitive/insensitive, so that * you don't have to fool users that something is possible and then just show * and error dialog. If you do this, you should make sure to also handle the -- 2.7.4