summaryrefslogtreecommitdiffstats
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
commit5c969f365cccca555a5110b7d6fe06ba160d090c (patch)
tree36c0e68c01eae3f740eda0d470595a703b043e70
parent4663c52df22713f88fdafa807affa428301058e9 (diff)
fix typo
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3839b1ae4..c0b9ed255 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>