hixie: typo (whatwg r4251)

hixie: typo (whatwg r4251)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3395&r2=1.3396&f=h
http://html5.org/tools/web-apps-tracker?from=4250&to=4251

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3395
retrieving revision 1.3396
diff -u -d -r1.3395 -r1.3396
--- Overview.html 21 Oct 2009 09:41:30 -0000 1.3395
+++ Overview.html 21 Oct 2009 09:50:12 -0000 1.3396
@@ -41514,7 +41514,7 @@
   <p>As mentioned earlier, each <a href="#browsing-context">browsing context</a> has a
   <dfn id="windowproxy"><code>WindowProxy</code></dfn> object. This object is unusual
   in that all operations that would be performed on it must be
-  performd on the <code><a href="#window">Window</a></code> object of the <a href="#browsing-context">browsing
+  performed on the <code><a href="#window">Window</a></code> object of the <a href="#browsing-context">browsing
   context</a>'s <a href="#active-document">active document</a> instead. It is thus
   indistinguishable from that <code><a href="#window">Window</a></code> object in every way
   until the <a href="#browsing-context">browsing context</a> is navigated.</p>

Received on Wednesday, 21 October 2009 09:50:51 UTC