Fix typo.

This commit is contained in:
Dave Longley 2013-09-14 21:08:01 -04:00
parent 780ed7e6ab
commit 77dc82bdb5
1 changed files with 1 additions and 1 deletions

View File

@ -4676,7 +4676,7 @@ class JsonLdProcessor {
if(self::_isKeyword($term)) {
throw new JsonLdException(
'Invalid JSON-LD syntax; keywords cannot be overridden.',
'jsonld.SyntaxError', 'keyword definition',
'jsonld.SyntaxError', 'keyword redefinition',
array('context' => $local_ctx));
}