html5/spec Overview.html,1.3395,1.3396

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19850

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r4251)

Index: Overview.html
===================================================================
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:17 UTC