summaryrefslogtreecommitdiff
path: root/gio/gioenums.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-02-03 11:39:27 -0500
committerDan Winship <danw@gnome.org>2012-02-03 12:49:48 -0500
commitd22c36cf00878a949261603ebac9515245e829bd (patch)
treebc1a1705c8f7477d292c09077fbe6d928ca552d0 /gio/gioenums.h
parente9caa11aa5b12a424bc0602855b6960d29aa4a3c (diff)
downloadglib-d22c36cf00878a949261603ebac9515245e829bd.tar.gz
gioenums.h: clean up a few GIOErrorEnum descriptions
Diffstat (limited to 'gio/gioenums.h')
-rw-r--r--gio/gioenums.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gioenums.h b/gio/gioenums.h
index e1d478476..d1fadf1f0 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -393,9 +393,9 @@ typedef enum {
/**
* GIOErrorEnum:
* @G_IO_ERROR_FAILED: Generic error condition for when any operation fails.
- * @G_IO_ERROR_NOT_FOUND: File not found error.
- * @G_IO_ERROR_EXISTS: File already exists error.
- * @G_IO_ERROR_IS_DIRECTORY: File is a directory error.
+ * @G_IO_ERROR_NOT_FOUND: File not found.
+ * @G_IO_ERROR_EXISTS: File already exists.
+ * @G_IO_ERROR_IS_DIRECTORY: File is a directory.
* @G_IO_ERROR_NOT_DIRECTORY: File is not a directory.
* @G_IO_ERROR_NOT_EMPTY: File is a directory that isn't empty.
* @G_IO_ERROR_NOT_REGULAR_FILE: File is not a regular file.