aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-19 09:56:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-19 09:56:16 +0000
commit12ce84ae6ddff197e51d11a8fde71e9981c8fce6 (patch)
tree654218097300dc6aa73f7a1ad1af7da0139d6d48 /ChangeLog
parent1bd09d5d5d3bdcc447f21405ef6cd9fa4b95e4f6 (diff)
downloadruby-12ce84ae6ddff197e51d11a8fde71e9981c8fce6.tar.gz
ChangeLog: fix typo
* ChangeLog: fix typo, "srouce" to "source". [ruby-core:69219] [Bug #11159] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42eb4beb85..8844a85810 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue May 19 18:54:41 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * iseq.c (rb_iseq_compile_with_option): check srouce type, must be
+ * iseq.c (rb_iseq_compile_with_option): check source type, must be
an IO or a String. [ruby-core:69219] [Bug #11159]
Tue May 19 17:15:03 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>