websocket; hixie: Fix some typos or copypasta. (whatwg r7086)

websocket; hixie: Fix some typos or copypasta. (whatwg r7086)

http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.266&r2=1.267&f=h
http://html5.org/tools/web-apps-tracker?from=7085&to=7086

===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -d -r1.266 -r1.267
--- Overview.html 2 May 2012 20:17:25 -0000 1.266
+++ Overview.html 2 May 2012 21:28:01 -0000 1.267
@@ -848,7 +848,7 @@
   attribute at the last minute. This latter aspect is important in
   particular because it is quite possible for the attribute to be
   changed after the user agent has received the data but before the
-  user agent as fired the event for it.</p>
+  user agent has fired the event for it.</p>
 
   <p>The <dfn id="dom-websocket-send" title="dom-WebSocket-send"><code>send(<var title="">data</var>)</code></dfn> method transmits data using the
   connection. If the <code title="dom-WebSocket-readyState"><a href="#dom-websocket-readystate">readyState</a></code> attribute is

Received on Wednesday, 2 May 2012 21:28:14 UTC