diff src/http/ngx_http_parse_time.c @ 4499:778ef9c3fd2d

Fixed spelling in single-line comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 11:31:05 +0000
parents d620f497c50f
children 4c36e15651f7
line wrap: on
line diff
--- a/src/http/ngx_http_parse_time.c	Tue Feb 28 11:09:02 2012 +0000
+++ b/src/http/ngx_http_parse_time.c	Tue Feb 28 11:31:05 2012 +0000
@@ -242,7 +242,7 @@
         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 */