From d4353c6fd3685a6b906e5c037c11c8d90fa555cc Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 8 Jun 2012 09:41:55 +0000 Subject: Fixed spelling of "endianness", and called it "byte ordering" in the user visible part. --- src/http/modules/ngx_http_geo_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/http/modules/ngx_http_geo_module.c b/src/http/modules/ngx_http_geo_module.c index e792cdb66..189d8ed50 100644 --- a/src/http/modules/ngx_http_geo_module.c +++ b/src/http/modules/ngx_http_geo_module.c @@ -145,7 +145,7 @@ typedef struct { u_char GEORNG[6]; u_char version; u_char ptr_size; - uint32_t endianess; + uint32_t endianness; uint32_t crc32; } ngx_http_geo_header_t; -- cgit