From b437a13a703549463bd85a1fff17fc448ce70b33 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 4 May 2018 18:32:43 -0700 Subject: [PATCH] gio: Fix a typo in the docs for g_file_is_native() --- gio/gfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfile.c b/gio/gfile.c index a67aad383..c17aeb040 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -392,7 +392,7 @@ g_file_default_init (GFileIface *iface) * * Checks to see if a file is native to the platform. * - * A native file s one expressed in the platform-native filename format, + * A native file is one expressed in the platform-native filename format, * e.g. "C:\Windows" or "/usr/bin/". This does not mean the file is local, * as it might be on a locally mounted remote filesystem. *