html5/websockets Overview.html,1.269,1.270

Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv3099

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- Overview.html	26 Jun 2012 19:59:26 -0000	1.269
+++ Overview.html	10 Jul 2012 21:38:35 -0000	1.270
@@ -216,7 +216,7 @@
 
    <h1>The WebSocket API</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-26-june-2012">Editor's Draft 26 June 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-10-july-2012">Editor's Draft 10 July 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/websockets/">http://www.w3.org/TR/websockets/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -352,7 +352,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 26 June 2012 Editor's Draft.
+  This specification is the 10 July 2012 Editor's Draft.
   </p>
 
 
@@ -1083,9 +1083,11 @@
   for example in an attempt to maintain local network NAT mappings, to
   detect failed connections, or to display latency metrics to the
   user. User agents must not use pings or unsolicited pongs to aid the
-  server; it is assumed that servers will send solicit pongs whenever
+  server; it is assumed that servers will solicit pongs whenever
   appropriate for the server's needs.</p>
 
+  
+
 
   <h2 id="parsing-websocket-urls"><span class="secno">7 </span>Parsing WebSocket URLs</h2>
 

Received on Tuesday, 10 July 2012 21:38:43 UTC