--- a/rdf-turtle/index.html Fri Sep 23 15:45:34 2011 -0700
+++ b/rdf-turtle/index.html Sat Sep 24 06:58:52 2011 -0700
@@ -898,7 +898,7 @@
</script>
</pre>
<p>When embedded in XHTML Turtle data blocks MUST be enclosed in CDATA sections. Those CDATA markers MUST be
- in Turtle comments. This will also make Turtle safe in polyglut documents served as both <code>text/html</code>
+ in Turtle comments. This will also make Turtle safe in polyglot documents served as both <code>text/html</code>
and <code>application/xhtml+xml</code>.</p>
</section>
<section class="informative">
@@ -913,7 +913,7 @@
font-family: monospace;
}
</pre>
- However, this creates issues with polyglut documents. If you wish to display Turtle from script tags you
+ However, this creates issues with polyglot documents. If you wish to display Turtle from script tags you
SHOULD only use <code>text/html</code>.
</p>
</section>