Spell canonical correctly
authorGavin Carothers <gavin@carothers.name>
Wed, 03 Jul 2013 07:07:01 -0700
changeset 886 28c181a7e081
parent 885 4dc2ae051935
child 887 2d24308ad55e
Spell canonical correctly
rdf-turtle/n-triples.html
--- a/rdf-turtle/n-triples.html	Wed Jul 03 07:01:52 2013 -0700
+++ b/rdf-turtle/n-triples.html	Wed Jul 03 07:07:01 2013 -0700
@@ -214,12 +214,12 @@
           <p>This specification defines conformance criteria for:</p>
               <ul>
                 <li>N-Triple documents
-                <li>Cononical N-Triple documents
+                <li>Canonical N-Triple documents
                 <li>N-Triple seralizers
               </ul>
       <p>A conforming <strong>N-Triple document</strong> is a Unicode string that conforms to the grammar and additional constraints defined in <a href="#n-triples-grammar" class="sectionRef"></a>, starting with the <a href="#grammar-production-ntriplesDoc"><code>ntriplesDoc</code> production</a>. A N-Triple document serializes an RDF graph.</p>
 
-      <p>A <strong>cononical N-Triple document</strong> is a <strong>N-Triple document</strong> with additional constraints:<p>
+      <p>A <strong>canonical N-Triple document</strong> is a <strong>N-Triple document</strong> with additional constraints:<p>
 
       <ul>
         <li>Space between terms (<code>WS+</code>) SHOULD be a single space, (<code>U+0020</code>).