[glib] gio: Fix typo in documentation



commit 3041d0a8dbc9b82d15291061814c4160a5d400ab
Author: Ross Lagerwall <rosslagerwall gmail com>
Date:   Fri Oct 25 10:05:02 2013 +0200

    gio: Fix typo in documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710859

 gio/gfileinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c
index 3a2403d..81b15fb 100644
--- a/gio/gfileinfo.c
+++ b/gio/gfileinfo.c
@@ -1872,7 +1872,7 @@ g_file_info_set_file_type (GFileInfo *info,
  * @info: a #GFileInfo.
  * @is_hidden: a #gboolean.
  *
- * Sets the "is_hidden" attribute in a #GFileInfo according to @is_symlink.
+ * Sets the "is_hidden" attribute in a #GFileInfo according to @is_hidden.
  * See %G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN.
  **/
 void


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