[glib] gfile: Fix typo in documentation for g_file_set_attribute()



commit 55905db86a5f0895c47f21933b70fe7f24fc4ea4
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Oct 5 13:46:41 2017 +0100

    gfile: Fix typo in documentation for g_file_set_attribute()
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 gio/gfile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gfile.c b/gio/gfile.c
index 8a78e95..dd64e66 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]