gio/gfile: fix typo in doc comment

This fixes a typo in g_file_has_prefix() do comments.
This commit is contained in:
David Lechner 2019-10-06 02:01:48 +00:00
parent 25ed7d45d9
commit 4723bf5720

View File

@ -936,7 +936,7 @@ g_file_get_child_for_display_name (GFile *file,
* of @prefix.
*
* Virtual: prefix_matches
* Returns: %TRUE if the @files's parent, grandparent, etc is @prefix,
* Returns: %TRUE if the @file's parent, grandparent, etc is @prefix,
* %FALSE otherwise.
*/
gboolean