comparison 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
comparison
equal deleted inserted replaced
4680:92c618da7f4c 4681:bb37a9cc08fb
143 143
144 typedef struct { 144 typedef struct {
145 u_char GEORNG[6]; 145 u_char GEORNG[6];
146 u_char version; 146 u_char version;
147 u_char ptr_size; 147 u_char ptr_size;
148 uint32_t endianess; 148 uint32_t endianness;
149 uint32_t crc32; 149 uint32_t crc32;
150 } ngx_http_geo_header_t; 150 } ngx_http_geo_header_t;
151 151
152 152
153 static ngx_http_geo_header_t ngx_http_geo_header = { 153 static ngx_http_geo_header_t ngx_http_geo_header = {