hixie: typo (whatwg r5200)

hixie: typo (whatwg r5200)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4135&r2=1.4136&f=h
http://html5.org/tools/web-apps-tracker?from=5199&to=5200

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4135
retrieving revision 1.4136
diff -u -d -r1.4135 -r1.4136
--- Overview.html 27 Jul 2010 05:37:16 -0000 1.4135
+++ Overview.html 27 Jul 2010 05:39:21 -0000 1.4136
@@ -7579,9 +7579,9 @@
   <ol><li><p>Let <var title="">document</var> be the <code><a href="#document">Document</a></code>
    object on which the method was invoked.</p>~</li>
 
-   <li><p>If the <span>origin of <var title="">url</var> is not
+   <li><p>If the <a href="#origin">origin</a> of <var title="">url</var> is not
    the same as the <a href="#origin">origin</a> of <var title="">document</var>, throw a <code><a href="#security_err">SECURITY_ERR</a></code>
-   exception.</span></li>
+   exception.</li>
 
    <li><p>Remove all child nodes of <var title="">document</var>,
    without firing any mutation events.</li> <!-- as of 2010-07-26,

Received on Tuesday, 27 July 2010 05:40:01 UTC