- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Oct 2012 17:46:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv16180
Modified Files:
Overview.html
Log Message:
Typos, thanks to foolip! (whatwg r7465)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.html 6 Oct 2012 18:04:41 -0000 1.124
+++ Overview.html 15 Oct 2012 17:46:21 -0000 1.125
@@ -216,7 +216,7 @@
<h1>HTML5 Web Messaging</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-6-october-2012">Editor's Draft 6 October 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-15-october-2012">Editor's Draft 15 October 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 6 October 2012 Editor's Draft.
+ This specification is the 15 October 2012 Editor's Draft.
</p>
@@ -1383,12 +1383,12 @@
<ol><li>
<p>Let <var title="">new owner</var> be the owner of <var title="">target port</var>, if there is a <var title="">target
- port</var>, or else some arbitrary owner. (This <var title="">new owner</var> is used when transfering objects below.
+ port</var>, or else some arbitrary owner. (This <var title="">new owner</var> is used when transferring objects below.
If there is no <var title="">target port</var>, the
<code>Transferable</code> objects given in the second argument,
if any, are still <span title="transfer a Transferable
- object">transfered</span>, but since they are then discarded, it
- doesn't matter where they are transfered to.)</p>
+ object">transferred</span>, but since they are then discarded, it
+ doesn't matter where they are transferred to.)</p>
</li>
Received on Monday, 15 October 2012 17:46:24 UTC