[glib] gio: Fix a typo in the docs for g_file_is_native()



commit b437a13a703549463bd85a1fff17fc448ce70b33
Author: Matthew Leeds <matthew leeds endlessm com>
Date:   Fri May 4 18:32:43 2018 -0700

    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.
  *


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