html5/spec Overview.html,1.2181,1.2182

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

Modified Files:
	Overview.html 
Log Message:
typos (whatwg r3020)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2181
retrieving revision 1.2182
diff -u -d -r1.2181 -r1.2182
--- Overview.html	29 Apr 2009 02:05:21 -0000	1.2181
+++ Overview.html	29 Apr 2009 03:17:49 -0000	1.2182
@@ -38901,9 +38901,9 @@
 
   <p>A <code>Document</code> initially is not associated with an
   <a href="#application-cache">application cache</a>, but can become associated with one
-  early during the page load process, when steps <a href="#parser-appcache">in the parser</a> and in the <a href="#navigate" title="navigate">navigation</a> sections that cause <a href="#concept-appcache-init" title="concept-appcache-init">cache selection</a> to occur.</p>
+  early during the page load process, when steps <a href="#parser-appcache">in the parser</a> and in the <a href="#navigate" title="navigate">navigation</a> sections cause <a href="#concept-appcache-init" title="concept-appcache-init">cache selection</a> to occur.</p>
 
-  <p>A <code>SharedWorkerGlobalScope</code> is can be associated with
+  <p>A <code>SharedWorkerGlobalScope</code> can be associated with
   an <a href="#application-cache">application cache</a> when it is created.</p>
 
   <p>Each <a href="#cache-host">cache host</a> has an associated

Received on Wednesday, 29 April 2009 03:18:05 UTC