summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_parse_time.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-03-05 13:26:40 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-03-05 13:26:40 +0000
commitfc03bdde05ef82c3e215a0a0d41a1e88419996df (patch)
treec71ad4e462bd1d712d88644cbe4442c03de2d068 /src/http/ngx_http_parse_time.c
parent1b6a7864a1777b070851fead7626fb21862932b3 (diff)
downloadnginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.gz
nginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.bz2
Merge of r4500: fixed spelling in single-line comments.
Diffstat (limited to 'src/http/ngx_http_parse_time.c')
-rw-r--r--src/http/ngx_http_parse_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_parse_time.c b/src/http/ngx_http_parse_time.c
index 7d3aeaeff..3801df2fd 100644
--- a/src/http/ngx_http_parse_time.c
+++ b/src/http/ngx_http_parse_time.c
@@ -242,7 +242,7 @@ ngx_http_parse_time(u_char *value, size_t len)
year -= 1;
}
- /* Gauss' formula for Grigorian days since March 1, 1 BC */
+ /* Gauss' formula for Gregorian days since March 1, 1 BC */
time = (uint64_t) (
/* days in years including leap years since March 1, 1 BC */