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_http_error.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_http_error.c')
-rw-r--r-- | src/nxt_http_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = - "<html><head><title>Error</title><head>" + "<html><head><title>Error</title></head>" "<body>Error.</body></html>\r\n"; |