Docs: Changed can not to cannot.
authorMurray Cumming <murrayc@murrayc.com>
Fri, 13 Jan 2012 08:21:46 +0000 (09:21 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 13 Jan 2012 08:23:06 +0000 (09:23 +0100)
This is a backport from the glib commit 30fdc1a79938540af7bad0af68d0a3b8af14f117

gvdb-reader.c

index 57816af..5a1e26f 100644 (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().
  *