From 22d8481f080ce4eb758803ad1f60273b6c3a10ad Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 24 Dec 2015 23:23:46 +0000 Subject: fix common misspelling [ci skip] * compile.c, cont.c, doc, man: fix common misspelling. [ruby-core:72466] [Bug #11870] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/ChangeLog-0.60_to_1.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/ChangeLog-0.60_to_1.1') diff --git a/doc/ChangeLog-0.60_to_1.1 b/doc/ChangeLog-0.60_to_1.1 index a0a138eada..33b0326892 100644 --- a/doc/ChangeLog-0.60_to_1.1 +++ b/doc/ChangeLog-0.60_to_1.1 @@ -334,7 +334,7 @@ Fri Apr 11 10:27:29 1997 Yukihiro Matsumoto * eval.c (proc_s_new): save safe-level in the proc context. - * eval.c (rb_eval): no class/module extention in safe mode. + * eval.c (rb_eval): no class/module extension in safe mode. Thu Apr 10 02:10:41 1997 Yukihiro Matsumoto @@ -392,7 +392,7 @@ Thu Apr 3 02:12:31 1997 Yukihiro Matsumoto * parse.y (parse_regx): new option //[nes] to specify character code for regexp literals. Last specified code option is valid. - * re.c (reg_s_new): addtional 3rd argument to specify compiled + * re.c (reg_s_new): additional 3rd argument to specify compiled regexp's character code. * re.c (reg_new_1): regexp character code can be specified for @@ -838,7 +838,7 @@ Fri Jan 17 12:31:37 1997 Yukihiro Matsumoto * ruby.c (ruby_options): constant PLATFORM, which is in the {cpu}-{os} form, defined. - * configure.in: platform infomation embedded in the interpreter. + * configure.in: platform information embedded in the interpreter. * regex.c (re_search): /^$/ did not match to "" by wrong exit condition. -- cgit v1.2.3