From 966332ebed8ae32009e7f54ffcfe6bbaada8080a Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 17 Feb 2005 00:01:11 +0000 Subject: [PATCH] fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++----- 1 file 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 Wed Feb 16 02:47:45 2005 GOTOU Yuuzou * 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 Fri Feb 11 17:37:50 2005 GOTOU Yuuzou - * 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 @@ -150,7 +150,7 @@ Thu Feb 10 12:07:10 2005 Nobuyoshi Nakada 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 @@ -421,7 +421,7 @@ Tue Jan 25 17:05:15 2005 NAKAMURA Usaku Tue Jan 25 14:05:52 2005 Hidetoshi NAGAI * 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