From 55905db86a5f0895c47f21933b70fe7f24fc4ea4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 5 Oct 2017 13:46:41 +0100 Subject: [PATCH] gfile: Fix typo in documentation for g_file_set_attribute() Signed-off-by: Philip Withnall --- gio/gfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfile.c b/gio/gfile.c index 8a78e95c9..dd64e66f1 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -4368,7 +4368,7 @@ g_file_query_writable_namespaces (GFile *file, * * Sets an attribute in the file with attribute name @attribute to @value. * - * Some attributes can be unset by setting @attribute to + * Some attributes can be unset by setting @type to * %G_FILE_ATTRIBUTE_TYPE_INVALID and @value_p to %NULL. * * If @cancellable is not %NULL, then the operation can be cancelled by