diff options
| author | Tatsuhiko Kubo <cubicdaiya@gmail.com> | 2014-01-23 22:09:59 +0900 |
|---|---|---|
| committer | Tatsuhiko Kubo <cubicdaiya@gmail.com> | 2014-01-23 22:09:59 +0900 |
| commit | 135dc712c0b437886537d1d240b44f7f7e4f7852 (patch) | |
| tree | ee5ebbec5d8d385a2a2c30ba45cba5e9ca663e9e /src | |
| parent | 1ebb44e3e3dcc7e321819a54915e9eff2aa1aa81 (diff) | |
| download | nginx-135dc712c0b437886537d1d240b44f7f7e4f7852.tar.gz nginx-135dc712c0b437886537d1d240b44f7f7e4f7852.tar.bz2 | |
Typo fixed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/modules/ngx_http_range_filter_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ... |
