- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 17:52:17 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6086)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4889&r2=1.4890&f=h
http://html5.org/tools/web-apps-tracker?from=6085&to=6086
===================================================================
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:52:18 UTC