fix typo from #272

This commit is contained in:
Ken Sanislo 2016-04-09 15:08:52 -07:00
parent 2706026ff4
commit d1aaf68665

View File

@ -132,7 +132,7 @@ Result httpcAddTrustedRootCA(httpcContext *context, u8 *cert, u32 certsize);
/** /**
* @brief Sets SSL options for the context. * @brief Sets SSL options for the context.
* The HTTPC SSL option bits are the same as those defined in sslc.h * The HTTPC SSL option bits are the same as those defined in sslc.h
* @param contect Context to set flags on. * @param context Context to set flags on.
* @param options SSL option flags. * @param options SSL option flags.
*/ */
Result httpcSetSSLOpt(httpcContext *context, u32 options); Result httpcSetSSLOpt(httpcContext *context, u32 options);