aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_core.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-20 22:35:38 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-20 22:35:38 +0000
commit5d402803ee81b5942bbec1e93661278baa1d9c1e (patch)
tree780e02b20a425b98d2c237d24e7ef25e428d83fd /ext/date/date_core.c
parent9cbd4ac367a94d2782a0c81500987d554807a849 (diff)
downloadruby-5d402803ee81b5942bbec1e93661278baa1d9c1e.tar.gz
* ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gauger
[GH fixes #261] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r--ext/date/date_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 51fb5c1d83..914b81eeaa 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -9315,7 +9315,7 @@ Init_date_core(void)
rb_include_module(cDate, rb_mComparable);
- /* An array of stirng of full month name in English. The first
+ /* An array of string of full month name in English. The first
* element is nil.
*/
rb_define_const(cDate, "MONTHNAMES", mk_ary_of_str(13, monthnames));