Docs: Changed can not to cannot.

This commit is contained in:
Murray Cumming
2011-03-24 09:33:55 +01:00
parent 16358f76f6
commit 30fdc1a799
14 changed files with 20 additions and 20 deletions

View File

@@ -77,7 +77,7 @@
* object paths that you wish to register are registered before
* #GApplication attempts to acquire the bus name of your application
* (which happens in g_application_register()). Unfortunately, this
* means that you can not use g_application_get_is_remote() to decide if
* means that you cannot use g_application_get_is_remote() to decide if
* you want to register object paths.
*
* GApplication provides convenient life cycle management by maintaining
@@ -945,7 +945,7 @@ g_application_get_is_registered (GApplication *application)
* perform actions on @application will result in the actions being
* performed by the primary instance.
*
* The value of this property can not be accessed before
* The value of this property cannot be accessed before
* g_application_register() has been called. See
* g_application_get_is_registered().
*

View File

@@ -217,7 +217,7 @@ typedef gboolean (*GSettingsGetMapping) (GVarian
* value initially from the setting, but do not listen for changes of the setting
* @G_SETTINGS_BIND_INVERT_BOOLEAN: When passed to g_settings_bind(), uses a pair of mapping functions that invert
* the boolean value when mapping between the setting and the property. The setting and property must both
* be booleans. You can not pass this flag to g_settings_bind_with_mapping().
* be booleans. You cannot pass this flag to g_settings_bind_with_mapping().
*
* Flags used when creating a binding. These flags determine in which
* direction the binding works. The default is to synchronize in both

View File

@@ -135,7 +135,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().
*

View File

@@ -76,7 +76,7 @@ static const SchemaTest tests[] = {
{ "enum-with-repeated-value", NULL, "*value='1' already specified*" },
{ "enum-with-chained-alias", NULL, "*'sausages' is not in enumerated type*" },
{ "enum-with-shadow-alias", NULL, "*'mash' is already a member of the enum*" },
{ "enum-with-choice", NULL, "*<choices> can not be specified*" },
{ "enum-with-choice", NULL, "*<choices> cannot be specified*" },
{ "enum-with-bad-default", NULL, "*<default> is not a valid member*" },
{ "choice", NULL, NULL },
{ "choice-upside-down", NULL, NULL },