summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/http1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/http1.c')
-rw-r--r--Utilities/cmcurl/lib/http1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/http1.c b/Utilities/cmcurl/lib/http1.c
index a442d3e..1ca7d41 100644
--- a/Utilities/cmcurl/lib/http1.c
+++ b/Utilities/cmcurl/lib/http1.c
@@ -163,7 +163,7 @@ static CURLcode start_req(struct h1_req_parser *parser,
break;
}
}
- /* no SPACE found or empty TARGET or empy HTTP_VERSION */
+ /* no SPACE found or empty TARGET or empty HTTP_VERSION */
if(!target_len || !hv_len)
goto out;