WebSocket client library

Revision:
1:0bb1153de91e
Parent:
0:21fe3b05249f
Child:
5:0f3422b6ca44
--- a/Websocket.h	Fri Aug 12 11:21:45 2011 +0000
+++ b/Websocket.h	Fri Aug 12 11:26:26 2011 +0000
@@ -87,7 +87,7 @@
         /**
         * Connect to the websocket
         *
-        *@ return true if the connection is established, false otherwise
+        *@return true if the connection is established, false otherwise
         */
         bool connect();
         
@@ -117,7 +117,7 @@
         /**
         * Close the websocket connection
         *
-        * @ return true if the connection has been closed, false otherwise
+        * @return true if the connection has been closed, false otherwise
         */
         bool close();