From 73600fd6f8ac22698fdb02f92c7bef13e5128c77 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 22 Aug 2015 18:28:19 +0000 Subject: [PATCH] * ChangeLog: fix a typo for r51665. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1c346b2aaf..c9073ef38d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Sat Aug 22 15:43:12 2015 Nobuyoshi Nakada * vm_eval.c (check_funcall_failed, check_funcall_missing): cache results of respond_to? and respond_to_missing?, and search a - pulibc method only for compatibility with rb_respond_to. + public method only for compatibility with rb_respond_to. Sat Aug 22 08:23:32 2015 Koichi Sasada