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

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