From 353db6f361cf26f994b55b3a7ccaec70013fc474 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 18 Sep 2018 16:28:24 +0300 Subject: Fixed more typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to 洪志道 (Hong Zhi Dao). --- src/nxt_http_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_http_error.c') diff --git a/src/nxt_http_error.c b/src/nxt_http_error.c index 71f790e0..65f8ba38 100644 --- a/src/nxt_http_error.c +++ b/src/nxt_http_error.c @@ -16,7 +16,7 @@ static const nxt_http_request_state_t nxt_http_request_send_error_body_state; static const char error[] = - "Error" + "Error" "Error.\r\n"; -- cgit