diff src/http/modules/ngx_http_geo_module.c @ 4681:bb37a9cc08fb

Fixed spelling of "endianness", and called it "byte ordering" in the user visible part.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 08 Jun 2012 09:41:55 +0000
parents d0db70f4c13b
children 2ccaaf838bc2
line wrap: on
line diff
--- 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;