Docs: Changed can not to cannot.

This is a backport from the glib commit 30fdc1a799
This commit is contained in:
Murray Cumming 2012-01-13 09:21:46 +01:00 committed by Alexander Larsson
parent 92652ac791
commit d1f6300363

View File

@ -133,7 +133,7 @@ gvdb_table_setup_root (GvdbTable *file,
* Creates a new #GvdbTable from the contents of the file found at
* @filename.
*
* The only time this function fails is if the file can not be opened.
* The only time this function fails is if the file cannot be opened.
* In that case, the #GError that is returned will be an error from
* g_mapped_file_new().
*