From 6bdcaacf9c6dcc3fb79b638c1dcb1cadb29aa5a3 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 13 Aug 2013 00:13:26 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d426170b8c..1b7b128093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -185,7 +185,7 @@ Sat Aug 10 12:49:50 2013 Kouhei Sutou * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::CDATA_END): Use "\A" instead of "^". - It is not an used constant but I fix it. (Or shuold I remove it?) + It is not an used constant but I fix it. (Or should I remove it?) Sat Aug 10 12:47:19 2013 Kouhei Sutou