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

ruby-changes:40767

From: hsbt <ko1@a...>
Date: Wed, 2 Dec 2015 10:36:39 +0900 (JST)
Subject: [ruby-changes:40767] hsbt:r52846 (trunk): * ext/bigdecimal/bigdecimal.c: Fix double word typo.

hsbt	2015-12-02 10:36:30 +0900 (Wed, 02 Dec 2015)

  New Revision: 52846

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

  Log:
    * ext/bigdecimal/bigdecimal.c: Fix double word typo.
      [ci skip][fix GH-1120] Patch by @jwworth

  Modified files:
    trunk/ChangeLog
    trunk/ext/bigdecimal/bigdecimal.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52845)
+++ ChangeLog	(revision 52846)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Dec  2 10:36:25 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* ext/bigdecimal/bigdecimal.c: Fix double word typo.
+	  [ci skip][fix GH-1120] Patch by @jwworth
+
 Wed Dec  2 07:43:51 2015  Eric Wong  <e@8...>
 
 	* ext/openssl/ossl_ssl.c (mSSLExtConfig): make static
Index: ext/bigdecimal/bigdecimal.c
===================================================================
--- ext/bigdecimal/bigdecimal.c	(revision 52845)
+++ ext/bigdecimal/bigdecimal.c	(revision 52846)
@@ -5027,7 +5027,7 @@ Exit: https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.c#L5027
  *      \n ... new line
  *      \b ... backspace
  *           ... tab
- *     Note: % must must not appear more than once
+ *     Note: % must not appear more than once
  *    a  ... VP variable to be printed
  */
 #ifdef BIGDECIMAL_ENABLE_VPRINT

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

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