From 1111afbe5a7599f3aa536485fd12c61fafbffa62 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 11 May 2011 10:22:16 +0000 Subject: * lib/csv.rb: fix a typo. * lib/logger.rb: ditto * lib/rss.rb: ditto * lib/webrick/httpauth/authenticator.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/csv.rb') diff --git a/lib/csv.rb b/lib/csv.rb index 8925de8293..ce5fdeaa61 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -1556,7 +1556,7 @@ class CSV # # See CSV::DEFAULT_OPTIONS for the default settings. # - # Options cannot be overriden in the instance methods for performance reasons, + # Options cannot be overridden in the instance methods for performance reasons, # so be sure to set what you want here. # def initialize(data, options = Hash.new) -- cgit v1.2.3