summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 15:26:11 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-22 15:26:11 +0000
commit9bab9d5092fa303c0727fa8d32b67d41c0d6b0ec (patch)
tree0ff0d8704c39c3d823150b2f5b9920f00778379c
parent2c686723feab84e4fa8b1a08b62b3298ae8dfde0 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f3a4a076f2..c5ac54f98e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,7 +51,7 @@ Thu May 21 17:44:53 2015 Koichi Sasada <ko1@atdot.net>
* vm.c (vm_cref_new_toplevel): export as rb_vm_cref_new_toplevel().
- * test/ruby/test_method.rb: add some assersions.
+ * test/ruby/test_method.rb: add some assertions.
Thu May 21 17:29:26 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>