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

This commit is contained in:
Matthew Leeds 2018-05-04 18:32:43 -07:00
parent cc4de801c9
commit b437a13a70

View File

@ -392,7 +392,7 @@ g_file_default_init (GFileIface *iface)
* *
* Checks to see if a file is native to the platform. * 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, * 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. * as it might be on a locally mounted remote filesystem.
* *