From 5d402803ee81b5942bbec1e93661278baa1d9c1e Mon Sep 17 00:00:00 2001 From: zzak Date: Wed, 20 Mar 2013 22:35:38 +0000 Subject: * 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 --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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)); -- cgit v1.2.3