aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f52793e0a7..55dbb0b81d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 2 21:46:52 2010 Kouhei Sutou <kou@cozmixng.org>
+
+ * NEWS: fix a typo.
+
Tue Nov 2 20:10:32 2010 Tajima Akio <artonx@yahoo.co.jp>
* test/rake/test_tasks.rb: clear env var which is used by the test.
diff --git a/NEWS b/NEWS
index 23e944e2b0..f6290f7d2b 100644
--- a/NEWS
+++ b/NEWS
@@ -91,7 +91,7 @@ with all sufficient information, see the ChangeLog file.
See above.
-* REXML::Document#encoding, REXML::XMLdecl#encoding,
+* REXML::Document#encoding, REXML::XMLDecl#encoding,
REXML::Output#encoding and REXML::Source#encoding
Return an Encoding object not encoding name as a String.