aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-27 02:15:08 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-27 02:15:08 +0000
commit83acdeedd834381ac996282ae3a3257bc531cd1a (patch)
tree36c0e68c01eae3f740eda0d470595a703b043e70 /ChangeLog
parentdb8e3024e74dafa1f76d8d43a1bddfc1270ad073 (diff)
downloadruby-83acdeedd834381ac996282ae3a3257bc531cd1a.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3839b1ae4e..c0b9ed255e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,7 +87,7 @@ Sat Oct 25 09:54:10 2008 James Edward Gray II <jeg2@ruby-lang.org>
give up. [ruby-core:19465]
* test/csv/test_features.rb, test/csv/test_table.rb, test/csv/test_row.rb:
- Loosened some tests to check for a compatible? Encoding instea
+ Loosened some tests to check for a compatible? Encoding instead
of an exact Encoding. [ruby-core:19470]
Sat Oct 25 07:42:49 2008 Eric Hodel <drbrain@segment7.net>
@@ -3824,7 +3824,7 @@ Fri Sep 5 18:37:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Fri Sep 5 18:16:31 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/iconv/iconv.c (iconv_create): strips glibc style option before
- charset mapping. retris without options if they seemed causing
+ charset mapping. retries without options if they seemed causing
error, and warns. [ruby-dev:36147]
Fri Sep 5 03:09:48 2008 Koichi Sasada <ko1@atdot.net>