postmsg; hixie: Fix some typos or copypasta. (whatwg r7125)

postmsg; hixie: Fix some typos or copypasta. (whatwg r7125)

http://dev.w3.org/cvsweb/html5/postmsg/Overview.html?r1=1.118&r2=1.119&f=h
http://html5.org/tools/web-apps-tracker?from=7124&to=7125

===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.html 1 Jun 2012 22:44:16 -0000 1.118
+++ Overview.html 7 Jun 2012 22:44:05 -0000 1.119
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-1-june-2012">Editor's Draft 1 June 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-7-june-2012">Editor's Draft 7 June 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,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 1 June 2012 Editor's Draft.
+  This specification is the 7 June 2012 Editor's Draft.
   </p>
 
   
@@ -934,7 +934,7 @@
   communicate directly, authors can use <a href="#channel-messaging">channel
   messaging</a>.</p>
 
-  <p>Communication channels in this mechanisms are implemented as
+  <p>Communication channels in this mechanism are implemented as
   two-ways pipes, with a port at each end. Messages sent in one port
   are delivered at the other port, and vice-versa. Messages are
   asynchronous, and delivered as DOM events.</p>

Received on Thursday, 7 June 2012 22:44:26 UTC