From ff6c50709c7f8ee6ce81963864598223fc07f40d Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 22 Nov 2012 13:00:03 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89066d4f5c..72d0a40204 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,9 +20,9 @@ Thu Nov 22 20:21:45 2012 KOSAKI Motohiro Thu Nov 22 18:11:27 2012 NAKAMURA Usaku * common.mk, Makefile.in, win32/Makefile.sub (.dmyh.h): nmake merges - explicit rules for same target, but not merges exlicit rules and - implicit rules -- always explict rules win. So, need to add an - explist rule for probes.h. [Bug #7421] [ruby-core:49839] + explicit rules for same target, but not merges explicit rules and + implicit rules -- always explicit rules win. So, need to add an + explicit rule for probes.h. [Bug #7421] [ruby-core:49839] Thu Nov 22 18:01:28 2012 NARUSE, Yui