- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 21:48:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28913
Modified Files:
Overview.html
Log Message:
typo (whatwg r6086)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4889
retrieving revision 1.4890
diff -u -d -r1.4889 -r1.4890
--- Overview.html 5 May 2011 21:31:59 -0000 1.4889
+++ Overview.html 5 May 2011 21:48:16 -0000 1.4890
@@ -6118,7 +6118,7 @@
<p>The <dfn id="content-type-sniffing:-image" title="Content-Type sniffing: image">rules for sniffing
images specifically</dfn> and the <dfn id="content-type-sniffing:-text-or-binary" title="Content-Type sniffing:
- text or binary">rules for distingushing if a resource is text or
+ text or binary">rules for distinguishing if a resource is text or
binary</dfn> are also defined in the Media Type Sniffing
specification. Both sets of rules return a <a href="#mime-type">MIME type</a> as
their result. <a href="#refsMIMESNIFF">[MIMESNIFF]</a></p>
@@ -20692,7 +20692,7 @@
resource's Content-Type metadata</a> is
"<code>text/plain</code>", and the result of applying the
<a href="#content-type-sniffing:-text-or-binary" title="Content-Type sniffing: text or binary">rules
- for distingushing if a resource is text or binary</a>
+ for distinguishing if a resource is text or binary</a>
to the resource is that the resource is not
<code>text/plain</code>, then set <var title="">binary</var> to true.</p>
Received on Thursday, 5 May 2011 21:48:23 UTC