hixie: typo (whatwg r3608)

hixie: typo (whatwg r3608)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2798&r2=1.2799&f=h
http://html5.org/tools/web-apps-tracker?from=3607&to=3608

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2798
retrieving revision 1.2799
diff -u -d -r1.2798 -r1.2799
--- Overview.html 14 Aug 2009 00:46:31 -0000 1.2798
+++ Overview.html 14 Aug 2009 00:56:01 -0000 1.2799
@@ -1250,7 +1250,7 @@
   script can ever detect the simultaneous execution of other
   scripts. Even with <span title="Worker">workers</span>, the intent
   is that the behavior of implementations can be thought of as
-  completely serialising the execution of all scripts in all <a href="#browsing-context" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-GetStorageUpdates"><a href="#dom-navigator-getstorageupdates">navigator.getStorageUpdates()</a></code>
+  completely serializing the execution of all scripts in all <a href="#browsing-context" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-GetStorageUpdates"><a href="#dom-navigator-getstorageupdates">navigator.getStorageUpdates()</a></code>
   method, in this model, is equivalent to allowing other scripts to
   run while the calling script is blocked.<h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p><i>This section is non-normative.</i><p>This specification interacts with and relies on a wide variety of
   other specifications. In certain circumstances, unfortunately, the

Received on Friday, 14 August 2009 00:56:57 UTC