summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-09 13:02:16 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-09 13:02:16 +0000
commitbbcfac95d467a6581b75da4c29f8a5a17804cd70 (patch)
treedcefeb853418877d29600a28103c163909f3554f /ChangeLog
parenta91e3149c4eddd897bbfd4ddc6fcbf1b3b9086eb (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37590 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 ffc83a1f2a..743038a103 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -92,7 +92,7 @@ Fri Nov 9 12:07:06 2012 Akinori MUSHA <knu@iDaemons.org>
when compiling with -ansi, and linking thus fails on platforms
that lack their own alloca() implementation in libc, which
include OpenBSD and some ports of NetBSD. We use alloca()
- everywhere including from within third party C extentions, so
+ everywhere including from within third party C extensions, so
alloca() must be made globally available. [Bug #7307]
* addr2line.c (alloca): Replace the alloca() part with the
@@ -465,7 +465,7 @@ Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
Sun Nov 4 20:29:46 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
* lib/cgi.rb, lib/cgi/*/rb: rename CGI#header to CGI#http_header,
- add and update HTML5 tag generater. [Bug #7110]
+ add and update HTML5 tag generator. [Bug #7110]
Patch provided by Marcus Stollsteimer, thank you !
Sun Nov 4 11:47:39 2012 Masaki Matsushita <glass.saga@gmail.com>