summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-01-13 09:21:46 +0100
committerAlexander Larsson <alexl@redhat.com>2012-01-13 09:23:06 +0100
commitd1f6300363bb8afc5f7f1e54663a7201587bcd41 (patch)
treece3fd76b0ba58fce87345017e6817cbb85fd2800
parent92652ac79177bcdced5f01122debb50eabdb3e2c (diff)
downloadgvdb-d1f6300363bb8afc5f7f1e54663a7201587bcd41.tar.gz
Docs: Changed can not to cannot.
This is a backport from the glib commit 30fdc1a79938540af7bad0af68d0a3b8af14f117
-rw-r--r--gvdb-reader.c2
1 files changed, 1 insertions, 1 deletions
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().
*