From f964813967d3fe89b35996dfeeb868710062e513 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 1 Jun 2011 05:57:05 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b4271ed6fe..fa7e9ef16e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,7 +32,7 @@ Wed Jun 1 09:21:30 2011 Eric Hodel Wed Jun 1 07:34:57 2011 Eric Hodel - * hash.c (key_i): Change rdoc from "the first occurence" to "an + * hash.c (key_i): Change rdoc from "the first occurrence" to "an occurrence" since first occurrence is not a specification of Hash#key. [Ruby 1.9 - Bug #4760] @@ -93,7 +93,7 @@ Tue May 31 23:49:08 2011 Tadayoshi Funaba Tue May 31 23:43:00 2011 Kenta Murata * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm for - coercing from a Rational to stop requiring "bigecimal/util.rb". + coercing from a Rational to stop requiring "bigdecimal/util.rb". [ruby-core:34318] * ext/bigdecimal/bigdecimal.c (GetVpValue): refactoring. @@ -503,7 +503,7 @@ Sun May 22 18:26:43 2011 Nobuyoshi Nakada Sun May 22 11:44:53 2011 Eric Hodel - * ext/pty/pty.c: Improve documentaton. Patch by David Copeland. + * ext/pty/pty.c: Improve documentation. Patch by David Copeland. [Ruby 1.9 - Bug #4756] Sun May 22 11:26:39 2011 Eric Hodel @@ -898,7 +898,7 @@ Sun May 15 03:23:46 2011 Eric Hodel Sun May 15 00:58:47 2011 KOSAKI Motohiro fix mswin32 build error. - * missing/setproctitle.c: oadd #ifdef HAVE_UNISTD_H. + * missing/setproctitle.c: add #ifdef HAVE_UNISTD_H. * win32/Makefile.sub (MISSING): add setproctitle.obj Sat May 14 22:45:28 2011 KOSAKI Motohiro @@ -1093,7 +1093,7 @@ Thu May 12 14:50:52 2011 NAKAMURA Usaku Thu May 12 14:47:53 2011 NAKAMURA Usaku - * lib/mkmf.rb (Logging.postpone): copy only when tmporary logfile + * lib/mkmf.rb (Logging.postpone): copy only when temporary logfile exists. Thu May 12 12:24:22 2011 Nobuhiro Iwamatsu