From d1f6300363bb8afc5f7f1e54663a7201587bcd41 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 13 Jan 2012 09:21:46 +0100 Subject: [PATCH] Docs: Changed can not to cannot. This is a backport from the glib commit 30fdc1a79938540af7bad0af68d0a3b8af14f117 --- gvdb-reader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvdb-reader.c b/gvdb-reader.c index 57816af..5a1e26f 100644 --- a/gvdb-reader.c +++ b/gvdb-reader.c @@ -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(). * -- 2.7.4