[前][次][番号順一覧][スレッド一覧]

ruby-changes:25533

From: kazu <ko1@a...>
Date: Fri, 9 Nov 2012 22:02:26 +0900 (JST)
Subject: [ruby-changes:25533] kazu:r37590 (trunk): fix typos

kazu	2012-11-09 22:02:16 +0900 (Fri, 09 Nov 2012)

  New Revision: 37590

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37590

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37589)
+++ ChangeLog	(revision 37590)
@@ -92,7 +92,7 @@
 	  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 @@
 Sun Nov  4 20:29:46 2012  Takeyuki FUJIOKA  <xibbar@r...>
 
 	* 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@g...>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]