components/websocket/include/websocket.h

changeset 30
3cc32f97410c
parent 0
b74b0e4902c3
--- a/components/websocket/include/websocket.h	Mon Oct 29 12:16:37 2018 +0100
+++ b/components/websocket/include/websocket.h	Mon Oct 29 19:37:14 2018 +0100
@@ -112,7 +112,7 @@
 void ws_disconnect_client(ws_client_t* client);
 
 /**
- * @briek Test if the client is connected.
+ * @brief Test if the client is connected.
  *        status updates after send/read/connect/disconnect.
  * @param client The ws_client_t structure with the client information.
  * @return True if connected, false if not.

mercurial