hixie: typo (whatwg r6407)

hixie: typo (whatwg r6407)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5112&r2=1.5113&f=h
http://html5.org/tools/web-apps-tracker?from=6406&to=6407

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5112
retrieving revision 1.5113
diff -u -d -r1.5112 -r1.5113
--- Overview.html 10 Aug 2011 01:54:26 -0000 1.5112
+++ Overview.html 10 Aug 2011 01:59:06 -0000 1.5113
@@ -20555,7 +20555,7 @@
   features such as the Flash "allowScriptAccess" parameter.</p><p>The <dfn id="attr-object-type" title="attr-object-type"><code>type</code></dfn>
   attribute, if present, specifies the type of the resource. If
   present, the attribute must be a <a href="#valid-mime-type">valid MIME type</a>.<p>At least one of either the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute or the <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute must be present.<p>The <dfn id="attr-object-typemustmatch" title="attr-object-typemustmatch"><code>typemustmatch</code></dfn>
-  attribute is a <a href="#boolean-attribute">boolean attribute</a> whose precense
+  attribute is a <a href="#boolean-attribute">boolean attribute</a> whose presence
   indicates that the resource specified by the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute is only to be used if
   the value of the <code title="attr-object-type"><a href="#attr-object-type">type</a></code>
   attribute and the <a href="#content-type">Content-Type</a> of the aforementioned

Received on Wednesday, 10 August 2011 01:59:21 UTC