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

ruby-changes:41442

From: nobu <ko1@a...>
Date: Wed, 13 Jan 2016 00:37:18 +0900 (JST)
Subject: [ruby-changes:41442] nobu:r53516 (trunk): Fix typo [ci skip]

nobu	2016-01-13 00:37:42 +0900 (Wed, 13 Jan 2016)

  New Revision: 53516

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53516

  Log:
    Fix typo [ci skip]
    
    * man/ruby.1: fix double word typo.  [Fix GH-1194]

  Modified files:
    trunk/ChangeLog
    trunk/man/ruby.1
Index: man/ruby.1
===================================================================
--- man/ruby.1	(revision 53515)
+++ man/ruby.1	(revision 53516)
@@ -534,7 +534,7 @@ Reaching the old malloc limit. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L534
 .El
 .Pp
 There are currently 4 possible areas where the GC may be tuned by
-the the following 11 environment variables:
+the following 11 environment variables:
 .Bl -hang -compact -width "RUBY_GC_OLDMALLOC_LIMIT_GROWTH_FACTOR"
 .It Ev RUBY_GC_HEAP_INIT_SLOTS
 Initial allocation slots.  Introduced in Ruby 2.1, default: 10000.
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53515)
+++ ChangeLog	(revision 53516)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Jan 13 00:37:12 2016  Satoshi Ohmori  <sachin21dev@g...>
+
+	* man/ruby.1: fix double word typo.  [Fix GH-1194]
+
 Wed Jan 13 00:16:47 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* iseq.c (iseqw_mark): as wrapped iseq is isolated from the call

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

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