From 1781c4c1e1d73b932fa96cef6e72820557024601 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Wed, 10 Jun 2015 05:06:25 +0000 Subject: [PATCH] * Fix typo. Patch by @davydovanton [Fix GH-928][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv.rb | 2 +- lib/irb.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/csv.rb b/lib/csv.rb index 981bf26364..fd493d8859 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -2094,7 +2094,7 @@ class CSV # are set. When +field_name+ is :header_converters header converters # are added instead. # - # The :unconverted_fields option is also actived for + # The :unconverted_fields option is also activated for # :converters calls, if requested. # def init_converters(options, field_name = :converters) diff --git a/lib/irb.rb b/lib/irb.rb index 09556c8bc5..eb37ecda77 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -158,7 +158,7 @@ STDOUT.sync = true # %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. # %% # % #