From 135dc712c0b437886537d1d240b44f7f7e4f7852 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Thu, 23 Jan 2014 22:09:59 +0900 Subject: Typo fixed. --- src/http/modules/ngx_http_range_filter_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules') diff --git a/src/http/modules/ngx_http_range_filter_module.c b/src/http/modules/ngx_http_range_filter_module.c index 82c202d33..6143a8786 100644 --- a/src/http/modules/ngx_http_range_filter_module.c +++ b/src/http/modules/ngx_http_range_filter_module.c @@ -22,7 +22,7 @@ * ... data ... * * - * the mutlipart format: + * the multipart format: * * "HTTP/1.0 206 Partial Content" CRLF * ... header ... -- cgit