From b74f8ffce4aa7a7090e19021854304570238edb1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 28 Feb 2012 11:31:05 +0000 Subject: Fixed spelling in single-line comments. --- src/core/ngx_times.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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; -- cgit