From ebacb645394d20b01e1841a49e50c29ab4d1168f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 31 May 2019 10:57:37 +0100 Subject: [PATCH] gfileinfo: Slightly improve documentation formatting Signed-off-by: Philip Withnall --- gio/gfileinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index ceddc35ed..68bacde52 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -832,7 +832,7 @@ _g_file_info_get_attribute_value (GFileInfo *info, * * Gets the value of a attribute, formated as a string. * This escapes things as needed to make the string valid - * utf8. + * UTF-8. * * Returns: (nullable): a UTF-8 string associated with the given @attribute, or * %NULL if the attribute wasn’t set.