CVS html5/workers

Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv25497

Modified Files:
	Overview.html 
Log Message:
Fix some typos or copypasta. (whatwg r7788)

--- /sources/public/html5/workers/Overview.html	2013/03/29 18:45:35	1.370
+++ /sources/public/html5/workers/Overview.html	2013/04/01 18:58:58	1.371
@@ -216,7 +216,7 @@
 
    <h1>Web Workers</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-29-march-2013">Editor's Draft 29 March 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-1-april-2013">Editor's Draft 1 April 2013</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/workers/">http://www.w3.org/TR/workers/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -353,7 +353,7 @@
   </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
-  This specification is the 29 March 2013 Editor's Draft.
+  This specification is the 1 April 2013 Editor's Draft.
   </p>
 
   
@@ -1832,7 +1832,7 @@
 <a href="#worker">Worker</a> implements <a href="#abstractworker">AbstractWorker</a>;</pre>
 
   <p>The <dfn id="dom-worker-terminate" title="dom-Worker-terminate"><code>terminate()</code></dfn> method, when invoked, must
-  cause the "<a href="#terminate-a-worker">terminate a worker</a>" algorithm to be run on the worker with with the object
+  cause the "<a href="#terminate-a-worker">terminate a worker</a>" algorithm to be run on the worker with which the object
   is associated.</p>
 
   <p><code><a href="#worker">Worker</a></code> objects act as if they had an implicit <code><a href="#messageport">MessagePort</a></code> associated

Received on Monday, 1 April 2013 18:59:00 UTC