diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-06-08 09:41:55 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-06-08 09:41:55 +0000 |
commit | d4353c6fd3685a6b906e5c037c11c8d90fa555cc (patch) | |
tree | f092d3e974ca59fb8539977325642c3b73e6a587 /src/http/modules/ngx_http_geo_module.c | |
parent | 397a42eb44efb64e7319989f2cc7f678fbac578b (diff) | |
download | nginx-d4353c6fd3685a6b906e5c037c11c8d90fa555cc.tar.gz nginx-d4353c6fd3685a6b906e5c037c11c8d90fa555cc.zip |
Fixed spelling of "endianness", and called it "byte ordering" in the
user visible part.
Diffstat (limited to 'src/http/modules/ngx_http_geo_module.c')
-rw-r--r-- | src/http/modules/ngx_http_geo_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |