summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-21 12:17:50 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-21 12:17:50 +0000
commitab8a8b6846ea8fde5ae284be4e84169562ea1f67 (patch)
tree081496f7f4ca5baf50fd2cde50a5380d8e394c67 /ChangeLog
parent82bd486e998e8182c1a452a4537f9a64bed07347 (diff)
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 81aa37079c..c339fcd5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ Sat Nov 21 13:59:09 2015 NARUSE, Yui <naruse@ruby-lang.org>
Sat Nov 21 13:31:52 2015 NARUSE, Yui <naruse@ruby-lang.org>
* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
- includeing ext/digest/extconf.h. [Bug #3231]
+ including ext/digest/extconf.h. [Bug #3231]
https://msdn.microsoft.com/library/36k2cdd4.aspx
* ext/digest/*/extconf.rb: remove ext/digest from include search path
@@ -42,7 +42,7 @@ Sat Nov 21 08:44:21 2015 Koichi Sasada <ko1@atdot.net>
[Feature #11725]
* insns.def (freezestring): add new instruction to support adding
- debug information for dynamically constracted strings.
+ debug information for dynamically constructed strings.
* compile.c (iseq_compile_each): support adding debug information
for NODE_DSTR with freezestring instruction.
@@ -251,7 +251,7 @@ Wed Nov 18 21:09:08 2015 Koichi Sasada <ko1@atdot.net>
Wed Nov 18 17:08:18 2015 Koichi Sasada <ko1@atdot.net>
- * method.h: introduce the folliwing field and macros.
+ * method.h: introduce the following field and macros.
* rb_method_definition_t::complemented_count to count shared method
entries because of complemented method entries and separate from