summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2019-07-10 14:22:36 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2019-07-10 14:22:36 +0000
commitb80c17e325fce360836656189563b0e1ea25965b (patch)
tree657111b871dd1467804a64b4df938ae3741218ef
parentcaaa131d8a8e96c24a1f5338b3eeaf27c7a8e7db (diff)
parent40b3efe931f92d5afe4ff6376e7bb8b72627fd42 (diff)
downloadglib-b80c17e325fce360836656189563b0e1ea25965b.tar.gz
Merge branch 'patch-1' into 'master'
gio: fix typo in g_settings_reset documentation See merge request GNOME/glib!981
-rw-r--r--gio/gsettings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 5a966b06a..6272cce51 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -2344,7 +2344,7 @@ g_settings_get_has_unapplied (GSettings *settings)
* Resets @key to its default value.
*
* This call resets the key, as much as possible, to its default value.
- * That might the value specified in the schema or the one set by the
+ * That might be the value specified in the schema or the one set by the
* administrator.
**/
void