From bbcfac95d467a6581b75da4c29f8a5a17804cd70 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 9 Nov 2012 13:02:16 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file 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 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 Sun Nov 4 20:29:46 2012 Takeyuki FUJIOKA * 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