Replace 'ingoing' -> 'incoming' in CID debug messages
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index a01f8a7..c42e79c 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -2867,7 +2867,7 @@
* (Default: 2^48 - 1)
*
* Renegotiation is automatically triggered when a record
- * counter (outgoing or ingoing) crosses the defined
+ * counter (outgoing or incoming) crosses the defined
* threshold. The default value is meant to prevent the
* connection from being closed when the counter is about to
* reached its maximal value (it is not allowed to wrap).