summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-10 02:44:02 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-10 02:44:02 +0000
commit4f7b45b184418520b51a624ac043258619eead6c (patch)
treedde226743e8a5de1fb63c0e0ec24528f64b0ef3b
parent5629b5b4f6c71cbd752d0d489181e77ac6e666dd (diff)
downloadruby-4f7b45b184418520b51a624ac043258619eead6c.tar.gz
ruby-4f7b45b184418520b51a624ac043258619eead6c.tar.xz
ruby-4f7b45b184418520b51a624ac043258619eead6c.zip
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 69c786658..19860274a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,7 +26,7 @@ Mon Aug 7 17:56:59 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,
ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move
- incluion of config.h to pacify AIX. a patch from Yutaka
+ inclusion of config.h to pacify AIX. a patch from Yutaka
Kanemoto <kinpoco at gmail.com>. [ruby-dev:29197]
Mon Aug 7 15:55:08 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
@@ -132,7 +132,7 @@ Mon Jul 31 16:51:40 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (rb_w32_getenv): use GetEnvironmentStrings() instead
of GetEnvironmentVariable(), because the latter cannot distinguish
- wheather a null environment variable exists or not.
+ whether a null environment variable exists or not.
fixed: [ruby-talk:205123]
Mon Jul 31 16:15:13 2006 Tanaka Akira <akr@fsij.org>