html5/workers Overview.html,1.335,1.336

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv23694

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- Overview.html	20 Jul 2012 04:05:35 -0000	1.335
+++ Overview.html	26 Jul 2012 23:49:48 -0000	1.336
@@ -216,7 +216,7 @@
 
    <h1>Web Workers</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-20-july-2012">Editor's Draft 20 July 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-26-july-2012">Editor's Draft 26 July 2012</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>
@@ -355,7 +355,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 20 July 2012 Editor's Draft.
+  This specification is the 26 July 2012 Editor's Draft.
   </p>
 
   
@@ -1146,7 +1146,7 @@
 
   <p class="note">The implicit <code><a href="#messageport">MessagePort</a></code> used by
   dedicated workers has its <span>port message queue</span> implicitly
-  enabled when it is created, so there is no equivanet to the
+  enabled when it is created, so there is no equivalent to the
   <code><a href="#messageport">MessagePort</a></code> interface's <code title="dom-MessagePort-start">start()</code> method on the
   <code><a href="#worker">Worker</a></code> interface.</p>
 

Received on Thursday, 26 July 2012 23:49:51 UTC