summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_times.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-02-28 11:31:05 +0000
committerRuslan Ermilov <ru@nginx.com>2012-02-28 11:31:05 +0000
commitb74f8ffce4aa7a7090e19021854304570238edb1 (patch)
tree3285bb23a7a1d7b689959995783a2acaa99e0cf9 /src/core/ngx_times.c
parentc66a1e7a172e042e8a3822192e79853e2afac4e6 (diff)
downloadnginx-b74f8ffce4aa7a7090e19021854304570238edb1.tar.gz
nginx-b74f8ffce4aa7a7090e19021854304570238edb1.tar.bz2
Fixed spelling in single-line comments.
Diffstat (limited to 'src/core/ngx_times.c')
-rw-r--r--src/core/ngx_times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_times.c b/src/core/ngx_times.c
index 745a4bd1b..6a5808fe2 100644
--- a/src/core/ngx_times.c
+++ b/src/core/ngx_times.c
@@ -287,7 +287,7 @@ ngx_gmtime(time_t t, ngx_tm_t *tp)
days = n / 86400;
- /* Jaunary 1, 1970 was Thursday */
+ /* January 1, 1970 was Thursday */
wday = (4 + days) % 7;