From 2f862993cc8b43816c7353d1ebc177e137deee26 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 8 Feb 2023 09:57:51 +0000 Subject: [PATCH] gfileinfo: Fix some minor documentation typos Signed-off-by: Philip Withnall --- gio/gfileinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index 4ba4503a6..1c932bb2f 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -874,7 +874,7 @@ _g_file_info_get_attribute_value (GFileInfo *info, * @info: a #GFileInfo. * @attribute: a file attribute key. * - * Gets the value of a attribute, formatted as a string. + * Gets the value of an attribute, formatted as a string. * This escapes things as needed to make the string valid * UTF-8. * @@ -2870,7 +2870,7 @@ g_file_attribute_matcher_unref (GFileAttributeMatcher *matcher) * @matcher: a #GFileAttributeMatcher. * @attribute: a file attribute key. * - * Checks if a attribute matcher only matches a given attribute. Always + * Checks if an attribute matcher only matches a given attribute. Always * returns %FALSE if "*" was used when creating the matcher. * * Returns: %TRUE if the matcher only matches @attribute. %FALSE otherwise.