From 951ef0c6d502519e672b694a16f7e63f2ec2e521 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 4 Jun 2016 17:23:47 +0900 Subject: [PATCH] nghttpx: Fix typo --- src/shrpx_https_upstream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shrpx_https_upstream.cc b/src/shrpx_https_upstream.cc index 84973546..24c80c7d 100644 --- a/src/shrpx_https_upstream.cc +++ b/src/shrpx_https_upstream.cc @@ -467,7 +467,7 @@ int htp_msg_completecb(http_parser *htp) { // reason why end_upload_data() failed is when we sent response // in request phase hook. We only delete and proceed to the // next request handling (if we don't close the connection). We - // first pause parser here jsut as we normally do, and call + // first pause parser here just as we normally do, and call // signal_write() to run on_write(). http_parser_pause(htp, 1);