summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@coaxion.net>2019-09-30 06:09:48 +0000
committerSebastian Dröge <slomo@coaxion.net>2019-09-30 06:09:48 +0000
commit3ede078e2c6227ce79b854a41d7b65c909ff94c0 (patch)
tree2a13e8007b0ec0993ec06813b3b63cae193c5181
parent6192fd4cc080d50d0d8b337f11cbd7a7725389ee (diff)
parent2a4b9eb20c1f518e95997d588dc2755147dcd875 (diff)
downloadglib-3ede078e2c6227ce79b854a41d7b65c909ff94c0.tar.gz
Merge branch 'patch-1' into 'master'
gio/gfileinfo: fix param reference in doc comment See merge request GNOME/glib!1131
-rw-r--r--gio/gfileinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c
index dd505df4c..0f3026c3f 100644
--- a/gio/gfileinfo.c
+++ b/gio/gfileinfo.c
@@ -2391,7 +2391,7 @@ matcher_optimize (GFileAttributeMatcher *matcher)
* the number of references falls to 0, the #GFileAttributeMatcher is
* automatically destroyed.
*
- * The @attribute string should be formatted with specific keys separated
+ * The @attributes string should be formatted with specific keys separated
* from namespaces with a double colon. Several "namespace::key" strings may be
* concatenated with a single comma (e.g. "standard::type,standard::is-hidden").
* The wildcard "*" may be used to match all keys and namespaces, or