Commit 33bad047 authored by TheTypoMaster's avatar TheTypoMaster Committed by Sergey Lyubka

Fix typo recieve

    PUBLISHED_FROM=6e2f4fffb91ff18da94d97aba763acbdde496515
parent 5234b73c
...@@ -2467,7 +2467,7 @@ uint32_t mg_coap_send_ack(struct mg_connection *nc, uint16_t msg_id); ...@@ -2467,7 +2467,7 @@ uint32_t mg_coap_send_ack(struct mg_connection *nc, uint16_t msg_id);
* underlying protocol: * underlying protocol:
* *
* - in case of UDP COAP_NOT_ENOUGH_DATA means COAP_FORMAT_ERROR, * - in case of UDP COAP_NOT_ENOUGH_DATA means COAP_FORMAT_ERROR,
* - in case of TCP client can try to recieve more data * - in case of TCP client can try to receive more data
* *
* Return value: see `mg_coap_send_message()` * Return value: see `mg_coap_send_message()`
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment