]> Chaos Git - corbenik/ctrulib.git/commitdiff
fix typo from #272
authorKen Sanislo <ken@intherack.com>
Sat, 9 Apr 2016 22:08:52 +0000 (15:08 -0700)
committerKen Sanislo <ken@intherack.com>
Sat, 9 Apr 2016 22:08:52 +0000 (15:08 -0700)
libctru/include/3ds/services/httpc.h

index 73e13944fa1e6d28006833ee8a2196a4df20b77c..01845488fb2112440dde5c5d068aa487b82705bf 100644 (file)
@@ -132,7 +132,7 @@ Result httpcAddTrustedRootCA(httpcContext *context, u8 *cert, u32 certsize);
 /**
  * @brief Sets SSL options for the context.
  * 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.
  */
 Result httpcSetSSLOpt(httpcContext *context, u32 options);