From 33bad047f093279342a64679a925175c8d866186 Mon Sep 17 00:00:00 2001
From: TheTypoMaster <thetypomaster@hotmail.com>
Date: Tue, 8 Sep 2015 21:23:36 +0100
Subject: [PATCH] Fix typo recieve

    PUBLISHED_FROM=6e2f4fffb91ff18da94d97aba763acbdde496515
---
 mongoose.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mongoose.h b/mongoose.h
index 1ef049112..ab6aacd8b 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -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()`
  */
-- 
GitLab