- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Nov 2012 20:14:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv15432
Modified Files:
Overview.html
Log Message:
Fix some typos or copypasta. (whatwg r7503)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- Overview.html 2 Nov 2012 22:32:35 -0000 1.128
+++ Overview.html 5 Nov 2012 20:14:15 -0000 1.129
@@ -216,7 +216,7 @@
<h1>HTML5 Web Messaging</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-2-november-2012">Editor's Draft 2 November 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-5-november-2012">Editor's Draft 5 November 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>
@@ -348,7 +348,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 2 November 2012 Editor's Draft.
+ This specification is the 5 November 2012 Editor's Draft.
</p>
@@ -1468,7 +1468,7 @@
<p>Broadcasting to many ports is in principle relatively simple: keep an array of
<code><a href="#messageport">MessagePort</a></code> objects to send messages to, and iterate through the array to send a
- message. However, this has one rather unfortuante effect: it prevents the ports from being garbage
+ message. However, this has one rather unfortunate effect: it prevents the ports from being garbage
collected, even if the other side has gone away.</p>
<p>To avoid this problem, the <code><a href="#portcollection">PortCollection</a></code> object can be used. It acts as an opaque
Received on Monday, 5 November 2012 20:14:18 UTC