glib r6663 - trunk/gio
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6663 - trunk/gio
- Date: Mon, 10 Mar 2008 19:38:42 +0000 (GMT)
Author: murrayc
Date: Mon Mar 10 19:38:42 2008
New Revision: 6663
URL: http://svn.gnome.org/viewvc/glib?rev=6663&view=rev
Log:
2008-03-10 Murray Cumming <murrayc murrayc com>
* gfile.c: Minor spelling correction in documentation:
existance -> existence.
Modified:
trunk/gio/ChangeLog
trunk/gio/gfile.c
Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c (original)
+++ trunk/gio/gfile.c Mon Mar 10 19:38:42 2008
@@ -901,9 +901,9 @@
* 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 @@
* 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]