summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2019-01-28 12:42:55 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2019-01-28 12:42:55 +0000
commit79d5e1432d84a3d74a6895c97db583162ac831a0 (patch)
tree4a944bdae079f231d44c695defce8b5163e8010e
parent5a79548572655a956c02478b3f2a9d125cf5acac (diff)
parent09eb87ad557c236b151d09146c52ea18c846e91c (diff)
downloadglib-79d5e1432d84a3d74a6895c97db583162ac831a0.tar.gz
Merge branch 'docs' into 'master'
gvariant: Fix a mistake in docs See merge request GNOME/glib!619
-rw-r--r--glib/gvariant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gvariant.c b/glib/gvariant.c
index 983d4704c..0b6edc2ab 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -1013,7 +1013,7 @@ g_variant_lookup (GVariant *dictionary,
* string specifies what type of value is expected to be inside of the
* variant. If the value inside the variant has a different type then
* %NULL is returned. In the event that @dictionary has a value type other
- * than v then @expected_type must directly match the key type and it is
+ * than v then @expected_type must directly match the value type and it is
* used to unpack the value directly or an error occurs.
*
* In either case, if @key is not found in @dictionary, %NULL is returned.