summaryrefslogtreecommitdiff
path: root/gio/gsettings.c
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2019-08-23 21:45:16 +0000
committerДилян Палаузов <git-dpa@aegee.org>2019-08-24 19:14:05 +0000
commit512655aa124b03c38990ce28203348939910a0a5 (patch)
tree43df6bc301351ba1df8af3aab9c391dd5f9c6e32 /gio/gsettings.c
parentc178c9734cede45fc162400551e16c753bf589bc (diff)
downloadglib-512655aa124b03c38990ce28203348939910a0a5.tar.gz
minor typos in the documentation (a/an)
Diffstat (limited to 'gio/gsettings.c')
-rw-r--r--gio/gsettings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 6272cce51..1e46d5ae5 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -1442,7 +1442,7 @@ g_settings_set_enum (GSettings *settings,
* to the flags value that it represents.
*
* In order to use this function the type of the value must be an array
- * of strings and it must be marked in the schema file as an flags type.
+ * of strings and it must be marked in the schema file as a flags type.
*
* It is a programmer error to give a @key that isn't contained in the
* schema for @settings or is not marked as a flags type.