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

ruby-changes:43304

From: nobu <ko1@a...>
Date: Sat, 11 Jun 2016 15:02:51 +0900 (JST)
Subject: [ruby-changes:43304] nobu:r55378 (trunk): Fix typo in string.c [ci skip]

nobu	2016-06-11 15:02:46 +0900 (Sat, 11 Jun 2016)

  New Revision: 55378

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

  Log:
    Fix typo in string.c [ci skip]
    
    * string.c (rb_str_oct): [DOC] fix typo, hornored -> honored.
      [Fix GH-1379]

  Modified files:
    trunk/ChangeLog
    trunk/string.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 55377)
+++ ChangeLog	(revision 55378)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Jun 11 15:02:45 2016  Grant Hutchins  <github@n...>
+
+	* string.c (rb_str_oct): [DOC] fix typo, hornored -> honored.
+	  [Fix GH-1379]
+
 Sat Jun 11 14:04:19 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* ext/objspace/objspace_dump.c: generate valid JSON for dump_all.
Index: string.c
===================================================================
--- string.c	(revision 55377)
+++ string.c	(revision 55378)
@@ -8288,7 +8288,7 @@ rb_str_hex(VALUE str) https://github.com/ruby/ruby/blob/trunk/string.c#L8288
  *     "bad".oct       #=> 0
  *     "0377bad".oct   #=> 255
  *
- *  If +str+ starts with <code>0</code>, radix indicators are hornored.
+ *  If +str+ starts with <code>0</code>, radix indicators are honored.
  *  See Kernel#Integer.
  */
 

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

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