websocket; hixie: typos (whatwg r6526)

websocket; hixie: typos (whatwg r6526)

http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.239&r2=1.240&f=h
http://html5.org/tools/web-apps-tracker?from=6525&to=6526

===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- Overview.html 17 Aug 2011 23:33:29 -0000 1.239
+++ Overview.html 25 Aug 2011 22:37:30 -0000 1.240
@@ -214,7 +214,7 @@
 
    <h1>The WebSocket API</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-17-august-2011">Editor's Draft 17 August 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-25-august-2011">Editor's Draft 25 August 2011</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>
@@ -318,7 +318,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 17 August 2011 Editor's Draft.
+  This specification is the 25 August 2011 Editor's Draft.
   <p>This specification is being developed in conjunction with an
   Internet Draft for a wire protocol, the WebSocket Protocol,
   available from the following location:<ul><li>WebSocket Protocol Internet-Draft: <a href="http://www.whatwg.org/specs/web-socket-protocol/">http://www.whatwg.org/specs/web-socket-protocol/</a></li>
@@ -574,12 +574,12 @@
    steps.</li>
 
    <li><p>If the method's second argument has any unpaired surrogates,
-   then throw an <code>SYNTAX_ERR</code> exception and abort these
+   then throw a <code>SYNTAX_ERR</code> exception and abort these
    steps.</li>
 
    <li><p>If the method's second argument is present, then let <var title="">reason</var> be the result of encoding that argument as
    UTF-8. If <var title="">reason</var> is longer than 123 bytes, then
-   throw an <code>SYNTAX_ERR</code> exception and abort these steps.
+   throw a <code>SYNTAX_ERR</code> exception and abort these steps.
    <a href="#refsRFC3629">[RFC3629]</a></li>
 
    <li><p>Run the first matching steps from the following list:</p>
@@ -719,7 +719,7 @@
    <dd>
 
     <p>If the <var title="">data</var> argument has any unpaired
-    surrogates, then raise an <code>SYNTAX_ERR</code> exception. If
+    surrogates, then raise a <code>SYNTAX_ERR</code> exception. If
     <i>the WebSocket connection is established</i>, and the string has
     no unpaired surrogates, and <i title="the WebSocket closing
     handshake is started">the WebSocket closing handshake has not yet

Received on Thursday, 25 August 2011 22:37:42 UTC