summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-17 00:01:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-17 00:01:11 +0000
commit966332ebed8ae32009e7f54ffcfe6bbaada8080a (patch)
treefde8c22ecbc1597a573394931ce98acd6706477b /ChangeLog
parent580b57cbf926c34c5de83d0b722ed79e478d468a (diff)
fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 28a4bd100c..2c8e25ef9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,8 +15,8 @@ Wed Feb 16 15:11:43 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
Wed Feb 16 02:47:45 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/ossl_ssl.c (ossl_ssl_read, ossl_ssl_write): should
- call rb_sys_fail instead of rasing SSLError if SSL_ERROR_SYSCALL
- occured.
+ call rb_sys_fail instead of raising SSLError if SSL_ERROR_SYSCALL
+ occurred.
* ext/openssl/lib/openssl/buffering.rb (Buffering#fill_rbuff):
should rescue Errno::EAGAIN.
@@ -112,7 +112,7 @@ Sat Feb 12 13:54:03 2005 Tanaka Akira <akr@m17n.org>
Fri Feb 11 17:37:50 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
- * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):
+ * ext/openssl/ossl_x509store.c (ossl_x509store_set_default_paths):
new method OpenSSL::X509::Store#set_default_paths.
Fri Feb 11 11:33:53 2005 Tanaka Akira <akr@m17n.org>
@@ -150,7 +150,7 @@ Thu Feb 10 12:07:10 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
rule lines, add search path to implicit rules, and set Borland make
special macros for search path.
- * win32/win32.c, win32/win32.h (read): aboid a BCC runtime bug.
+ * win32/win32.c, win32/win32.h (read): avoid a BCC runtime bug.
Wed Feb 9 16:33:05 2005 NAKAMURA Usaku <usa@ruby-lang.org>
@@ -421,7 +421,7 @@ Tue Jan 25 17:05:15 2005 NAKAMURA Usaku <usa@ruby-lang.org>
Tue Jan 25 14:05:52 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained
- after scripts [ruby-dev:25479]: NULL current namespce when deleting
+ after scripts [ruby-dev:25479]: NULL current namespace when deleting
Tk interpreter [ruby-talk:126225]
* ext/tcltklib/extconf.rb: bug fix; TCL_ENABLE_THREAD flag is inverted