From 77dc82bdb5e5925dec8dafbd3b172238f1b6a5e0 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Sat, 14 Sep 2013 21:08:01 -0400 Subject: [PATCH] Fix typo. --- jsonld.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonld.php b/jsonld.php index 78b5bc5..211b134 100644 --- a/jsonld.php +++ b/jsonld.php @@ -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)); }