aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index d9b68a5da4..0967fd6a8a 100644
--- a/time.c
+++ b/time.c
@@ -381,7 +381,7 @@ gmtimexv_noleapsecond(VALUE timexv, struct vtm *vtm)
/* 30 years including 7 leap days (1972, 1976, ... 1996),
* 31 days in January 2000 and
- * 29 days in Febrary 2000
+ * 29 days in February 2000
* from 1970-01-01 to 2000-02-29 */
if (30*365+7+31+29-1 <= n) {
/* 2000-02-29 or after */