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
commit87e2c106a80bb49fada91d17e871cfa351790c79 (patch)
tree654218097300dc6aa73f7a1ad1af7da0139d6d48 /ChangeLog
parentb813198627cbb8cf66bc733eb12b1dcc973eb2e4 (diff)
downloadruby-87e2c106a80bb49fada91d17e871cfa351790c79.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>