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_conn_write.c | 2 +- src/nxt_http_error.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nxt_conn_write.c b/src/nxt_conn_write.c index ac73bb9e..27b4b965 100644 --- a/src/nxt_conn_write.c +++ b/src/nxt_conn_write.c @@ -143,7 +143,7 @@ nxt_conn_write_timer_handler(nxt_task_t *task, void *obj, void *data) timer = obj; - nxt_debug(task, "event conn conn timer"); + nxt_debug(task, "conn write timer"); c = nxt_write_timer_conn(timer); c->delayed = 0; 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