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

@@ -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