Fixes for various spelling errors.

This commit is contained in:
David Garske
2019-02-21 13:29:44 -08:00
parent 9c9221432f
commit 289f51a77d
15 changed files with 151 additions and 151 deletions

View File

@ -137,7 +137,7 @@ WOLFSSL_API int EmbedReceiveFrom(WOLFSSL* ssl, char* buf, int sz, void*);
\param buf a char pointer representing the buffer.
\param sz the size of the buffer.
\param ctx a void pointer to the user registered context. The default case
is a WOLFSSL_DTLS_CTX sructure.
is a WOLFSSL_DTLS_CTX structure.
_Example_
\code