Fix typo recieve

PUBLISHED_FROM=6e2f4fffb91ff18da94d97aba763acbdde496515
This commit is contained in:
TheTypoMaster 2015-09-08 21:23:36 +01:00 committed by Sergey Lyubka
parent 5234b73c29
commit 33bad047f0

View File

@ -2467,7 +2467,7 @@ uint32_t mg_coap_send_ack(struct mg_connection *nc, uint16_t msg_id);
* underlying protocol:
*
* - 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()`
*/