aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 15:43:02 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 15:43:02 +0000
commitbb4abd612e912a9b9dfc3cba7f6d8bda508fe0b7 (patch)
tree32e4dd918fb6a0557e57f08f91fde63280383402
parent923284e2422e1c74dab94be8cbbc8fcdc629dfad (diff)
downloadruby-bb4abd612e912a9b9dfc3cba7f6d8bda508fe0b7.tar.gz
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c88e6299c1..4556603a85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -312,14 +312,14 @@ Sat Feb 7 21:26:15 2009 Tanaka Akira <akr@fsij.org>
Sat Feb 7 18:02:48 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * configure.in (--with-arch): added new option to suppor
+ * configure.in (--with-arch): added new option to support
universal binary. replaced --enable-fat-binary option which
didn't work actually.
* configure.in (RUBY_FUNC_ATTRIBUTE): added conditional test.
- * configure.in (ac_cv_type_getgroups): decalared because getgroups()
- fills rest of the buffer with garbages on Rosetta.
+ * configure.in (ac_cv_type_getgroups): declared because getgroups()
+ fills rest of the buffer with garbage on Rosetta.
* configure.in (alloca): defines only for powerpc, but always
create empty object to suppress ld warning.
@@ -518,7 +518,7 @@ Thu Feb 5 03:55:22 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
Thu Feb 5 02:12:35 2009 Alexander Zavorine <alexandre.zavorine@nokia.com>
- * symbian/configure.bat: Updated Symbain configuration procedure to
+ * symbian/configure.bat: Updated Symbian configuration procedure to
avoid creating files outside build directory
* symbian/pre-build: ditto
@@ -581,7 +581,7 @@ Wed Feb 4 01:28:46 2009 Tanaka Akira <akr@fsij.org>
Wed Feb 4 00:32:59 2009 Yusuke Endoh <mame@tsg.ne.jp>
* test/etc/test_etc.rb(test_getpwnam, test_getgrgid, test_getgrnam):
- support an envirionment that has duplicative entries. a patch from
+ support an environment that has duplicative entries. a patch from
Tomoyuki Chikanaga <chikanag at nippon-control-system.co.jp> in
[ruby-dev:37882].