summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-31 19:42:48 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-31 19:42:48 +0000
commit376193854fb4889a61c7f7d68c1bd4f88f6ee915 (patch)
treed2bf24b3c3e50da0a91ff7078f1eaf9f7eadd4d1 /ChangeLog
parent04d38cdab96be135f65ccb1f296f8534b04207d5 (diff)
downloadruby-376193854fb4889a61c7f7d68c1bd4f88f6ee915.tar.gz
Fix typos I made.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3266 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 f4cb962a2c..68a54cdf58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -198,7 +198,7 @@ Tue Nov 19 02:34:18 2002 Akinori MUSHA <knu@iDaemons.org>
Mon Nov 18 02:59:31 2002 Akinori MUSHA <knu@iDaemons.org>
- * lib/tempfile.rb: Make this libary thread safe.
+ * lib/tempfile.rb: Make this library thread safe.
* lib/tempfile.rb: Do not pick a name which was once used and is
still scheduled for removal.
@@ -3669,7 +3669,7 @@ Tue Apr 3 15:29:10 2001 Akinori MUSHA <knu@iDaemons.org>
* configure.in: Link libc_r against the ruby executable on
FreeBSD, which is the first attempt to work around a certain
problem regarding pthread on FreeBSD. It should make ruby/libruby
- happy when it loads an extention to a library compiled and linked
+ happy when it loads an extension to a library compiled and linked
with -pthread. Note, however, that libruby is _not_ linked with
libc_r so as not to mess up pthread unfriendly stuff including
apache+mod_ruby and vim6+ruby_interp.