From d1aaf6866597b952d25f3b9d1b82158b6b7633c7 Mon Sep 17 00:00:00 2001 From: Ken Sanislo Date: Sat, 9 Apr 2016 15:08:52 -0700 Subject: [PATCH] fix typo from #272 --- libctru/include/3ds/services/httpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/httpc.h b/libctru/include/3ds/services/httpc.h index 73e1394..0184548 100644 --- a/libctru/include/3ds/services/httpc.h +++ b/libctru/include/3ds/services/httpc.h @@ -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);