summaryrefslogtreecommitdiff
path: root/doc/ChangeLog-0.60_to_1.1
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 23:23:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 23:23:46 +0000
commit22d8481f080ce4eb758803ad1f60273b6c3a10ad (patch)
tree3cdb9166b5a776de1f3f8f864642836c10748116 /doc/ChangeLog-0.60_to_1.1
parent35ef17dcfae48866c4043bac680ff3b9921cb50a (diff)
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
Diffstat (limited to 'doc/ChangeLog-0.60_to_1.1')
-rw-r--r--doc/ChangeLog-0.60_to_1.16
1 files changed, 3 insertions, 3 deletions
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 <matz@caelum.co.jp>
* 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 <matz@caelum.co.jp>
@@ -392,7 +392,7 @@ Thu Apr 3 02:12:31 1997 Yukihiro Matsumoto <matz@caelum.co.jp>
* 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 <matz@caelum.co.jp>
* 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.