summaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-03 17:46:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-03 17:46:28 +0000
commit3b50d03ae9c188fdb90ee7a625ba155f665aa8e0 (patch)
tree6c83191a7891bfb4449e4c61bcf944ae968319b7 /time.c
parent719e53d806d4ccc8ff28206dfb98cc8e75a2b3c1 (diff)
downloadruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.gz
ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.tar.xz
ruby-3b50d03ae9c188fdb90ee7a625ba155f665aa8e0.zip
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 d9b68a5da..0967fd6a8 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 */