aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 22:18:51 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 22:18:51 +0000
commit84b86f106f22e8a719541b92842acde1cea59294 (patch)
treecb4071693f71ff1f85a21a179d43d2a404a34753
parent8121a4f5a856b94345f68dd60a8873afc5d1620f (diff)
downloadruby-84b86f106f22e8a719541b92842acde1cea59294.tar.gz
fix typos includes [ruby-dev:42474]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b8cfa20d5..ba7db46e1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -142,7 +142,7 @@ Tue Oct 26 18:09:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
dynamic size alloca.
* missing/x86_64-chkstk.s (___chkstk): necessary for alloca of
- amd64-mingw32msvc-gcc on Ubutu.
+ amd64-mingw32msvc-gcc on Ubuntu.
* thread_win32.c (ruby_alloca_chkstk): check stack overflow
@@ -350,7 +350,7 @@ Mon Oct 18 10:19:00 2010 NARUSE, Yui <naruse@ruby-lang.org>
Mon Oct 18 09:57:28 2010 NARUSE, Yui <naruse@ruby-lang.org>
- * sprintf.c (BSD_vfprintf): wrong padding arround prefix and
+ * sprintf.c (BSD_vfprintf): wrong padding around prefix and
floating point with %a. [ruby-dev:42403] Bug #3956
Sun Oct 17 22:36:33 2010 Tadayoshi Funaba <tadf@dotrb.org>
@@ -542,7 +542,7 @@ Wed Oct 13 05:23:04 2010 NARUSE, Yui <naruse@ruby-lang.org>
* missing/strchr.c: add strlen's prototype.
- * missing/strtrr.c: ditto.
+ * missing/strstr.c: ditto.
Wed Oct 13 00:21:17 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -665,7 +665,7 @@ Tue Oct 12 14:04:41 2010 NARUSE, Yui <naruse@ruby-lang.org>
* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit
unsigned int; GB18030 uses MSB. Also note that OnigCodePoint
- is defined as uisigned int.
+ is defined as unsigned int.
Tue Oct 12 12:20:54 2010 NAKAMURA Usaku <usa@ruby-lang.org>