diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-09-18 16:28:24 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-09-18 16:28:24 +0300 |
commit | 353db6f361cf26f994b55b3a7ccaec70013fc474 (patch) | |
tree | 22c147572136939f2cd5da8b6a6423fe4e35ac12 /src/nxt_conn_write.c | |
parent | 8065ba84aa490d1d50b4089d6102dfce6fbbfca9 (diff) | |
download | unit-353db6f361cf26f994b55b3a7ccaec70013fc474.tar.gz unit-353db6f361cf26f994b55b3a7ccaec70013fc474.tar.bz2 |
Fixed more typos.
Thanks to 洪志道 (Hong Zhi Dao).
Diffstat (limited to 'src/nxt_conn_write.c')
-rw-r--r-- | src/nxt_conn_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |