Fix typos in generated files.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Fri, 23 Aug 2013 16:30:10 -0400
changeset 1916 9313f4116d58
parent 1915 19149523b6fd
child 1917 efcebc9dedf3
Fix typos in generated files.

Direct edits to the generated files.
test-suite/reports/earl.jsonld
test-suite/reports/earl.ttl
test-suite/reports/index.html
--- a/test-suite/reports/earl.jsonld	Fri Aug 23 16:17:47 2013 -0400
+++ b/test-suite/reports/earl.jsonld	Fri Aug 23 16:30:10 2013 -0400
@@ -28705,7 +28705,7 @@
               }
             }
           ],
-          "description": "Embedding @graph in a node creates a named grqph",
+          "description": "Embedding @graph in a node creates a named graph",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0116-out.nq"
         },
         {
@@ -28791,10 +28791,10 @@
               }
             }
           ],
-          "description": "Embedding @graph in a node creates a named grqph. Graph name is created if there is no subject",
+          "description": "Embedding @graph in a node creates a named graph. Graph name is created if there is no subject",
           "testResult": "http://json-ld.org/test-suite/tests/toRdf-0117-out.nq"
         }
       ]
     }
   ]
-}
\ No newline at end of file
+}
--- a/test-suite/reports/earl.ttl	Fri Aug 23 16:17:47 2013 -0400
+++ b/test-suite/reports/earl.ttl	Fri Aug 23 16:30:10 2013 -0400
@@ -15870,7 +15870,7 @@
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
   dc:title "Dataset from node with embedded named graph";
-  dc:description """Embedding @graph in a node creates a named grqph"""@en;
+  dc:description """Embedding @graph in a node creates a named graph"""@en;
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0116-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0116-in.jsonld>;
   earl:assertions (
@@ -15915,7 +15915,7 @@
 
 <http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117> a earl:TestCriterion, earl:TestCase, http://json-ld.org/test-suite/vocab#ToRDFTest;
   dc:title "Dataset from node with embedded named graph (bnode)";
-  dc:description """Embedding @graph in a node creates a named grqph. Graph name is created if there is no subject"""@en;
+  dc:description """Embedding @graph in a node creates a named graph. Graph name is created if there is no subject"""@en;
   mf:result <http://json-ld.org/test-suite/tests/toRdf-0117-out.nq>;
   mf:action <http://json-ld.org/test-suite/tests/toRdf-0117-in.jsonld>;
   earl:assertions (
--- a/test-suite/reports/index.html	Fri Aug 23 16:17:47 2013 -0400
+++ b/test-suite/reports/index.html	Fri Aug 23 16:30:10 2013 -0400
@@ -29501,7 +29501,7 @@
             <span property='dc:title mf:name'>Dataset from node with embedded named graph</span>
           </dt>
           <dd resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0116'>
-            <p lang='en' property='dc:description'>Embedding @graph in a node creates a named grqph</p>
+            <p lang='en' property='dc:description'>Embedding @graph in a node creates a named graph</p>
             <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0116-in.jsonld' title='Dataset from node with embedded named graph Input'>{<br/>  &quot;@id&quot;: &quot;http://example/s0&quot;,<br/>  &quot;http://example/p0&quot;: {&quot;@id&quot;: &quot;http://example/o0&quot;},<br/>  &quot;@graph&quot;: {<br/>    &quot;@id&quot;: &quot;http://example/s1&quot;,<br/>    &quot;http://example/p1&quot;: {&quot;@id&quot;: &quot;http:///example/o1&quot;}<br/>  }<br/>}</pre>
             <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0116-out.nq' title='Dataset from node with embedded named graph Result'>&lt;http://example/s0&gt; &lt;http://example/p0&gt; &lt;http://example/o0&gt; .<br/>&lt;http://example/s1&gt; &lt;http://example/p1&gt; &lt;http:///example/o1&gt; &lt;http://example/s0&gt; .<br/></pre>
           </dd>
@@ -29510,7 +29510,7 @@
             <span property='dc:title mf:name'>Dataset from node with embedded named graph (bnode)</span>
           </dt>
           <dd resource='http://json-ld.org/test-suite/tests/toRdf-manifest.jsonld#t0117'>
-            <p lang='en' property='dc:description'>Embedding @graph in a node creates a named grqph. Graph name is created if there is no subject</p>
+            <p lang='en' property='dc:description'>Embedding @graph in a node creates a named graph. Graph name is created if there is no subject</p>
             <pre class='example actionDoc' property='mf:action' resource='http://json-ld.org/test-suite/tests/toRdf-0117-in.jsonld' title='Dataset from node with embedded named graph (bnode) Input'>{<br/>  &quot;http://example/p0&quot;: {&quot;@id&quot;: &quot;http://example/o0&quot;},<br/>  &quot;@graph&quot;: {<br/>    &quot;@id&quot;: &quot;http://example/s1&quot;,<br/>    &quot;http://example/p1&quot;: {&quot;@id&quot;: &quot;http:///example/o1&quot;}<br/>  }<br/>}</pre>
             <pre class='example resultDoc' property='mf:result' resource='http://json-ld.org/test-suite/tests/toRdf-0117-out.nq' title='Dataset from node with embedded named graph (bnode) Result'>&lt;http://example/s1&gt; &lt;http://example/p1&gt; &lt;http:///example/o1&gt; _:b0 .<br/>_:b0 &lt;http://example/p0&gt; &lt;http://example/o0&gt; .<br/></pre>
           </dd>