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

ruby-changes:38732

From: gogotanaka <ko1@a...>
Date: Wed, 10 Jun 2015 14:06:41 +0900 (JST)
Subject: [ruby-changes:38732] gogotanaka:r50813 (trunk): * Fix typo. Patch by @davydovanton

gogotanaka	2015-06-10 14:06:25 +0900 (Wed, 10 Jun 2015)

  New Revision: 50813

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

  Log:
    * Fix typo. Patch by @davydovanton
      [Fix GH-928][ci skip]

  Modified files:
    trunk/lib/csv.rb
    trunk/lib/irb.rb
Index: lib/csv.rb
===================================================================
--- lib/csv.rb	(revision 50812)
+++ lib/csv.rb	(revision 50813)
@@ -2094,7 +2094,7 @@ class CSV https://github.com/ruby/ruby/blob/trunk/lib/csv.rb#L2094
   # are set.  When +field_name+ is <tt>:header_converters</tt> header converters
   # are added instead.
   #
-  # The <tt>:unconverted_fields</tt> option is also actived for
+  # The <tt>:unconverted_fields</tt> option is also activated for
   # <tt>:converters</tt> calls, if requested.
   #
   def init_converters(options, field_name = :converters)
Index: lib/irb.rb
===================================================================
--- lib/irb.rb	(revision 50812)
+++ lib/irb.rb	(revision 50813)
@@ -158,7 +158,7 @@ STDOUT.sync = true https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L158
 #     %M    # inspect of main object (self)
 #     %l    # type of string(", ', /, ]), `]' is inner %w[...]
 #     %NNi  # indent level. NN is digits and means as same as printf("%NNd").
-#           # It can be ommited
+#           # It can be omitted
 #     %NNn  # line number.
 #     %%    # %
 #

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

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