typo fix (whatwg r3178)

typo fix (whatwg r3178)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2332.html#infrastructure

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2331&r2=1.2332&f=h
http://html5.org/tools/web-apps-tracker?from=3177&to=3178

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2331
retrieving revision 1.2332
diff -u -d -r1.2331 -r1.2332
--- Overview.html 2 Jun 2009 03:11:21 -0000 1.2331
+++ Overview.html 2 Jun 2009 07:43:52 -0000 1.2332
@@ -1363,8 +1363,8 @@
   attributes</dfn> for HTML and XML attributes, and <dfn title="">DOM
   attributes</dfn> for those from the DOM. Similarly, the term
   "properties" is used for both JavaScript object properties and CSS
-  properties. When these are ambiguous they are qualified as <dfn title="">object properties</dfn> and <dfn title="">CSS properties
-  respectively</dfn>.<p>The term <a href="#html-documents">HTML documents</a> is sometimes used in
+  properties. When these are ambiguous they are qualified as <dfn title="">object properties</dfn> and <dfn title="">CSS properties</dfn>
+  respectively.<p>The term <a href="#html-documents">HTML documents</a> is sometimes used in
   contrast with <a href="#xml-documents">XML documents</a> to specifically mean
   documents that were parsed using an <a href="#html-parser">HTML parser</a> (as
   opposed to using an <a href="#xml-parser">XML parser</a> or created purely

Received on Tuesday, 2 June 2009 07:46:03 UTC