aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-11 10:22:16 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-11 10:22:16 +0000
commit1111afbe5a7599f3aa536485fd12c61fafbffa62 (patch)
tree50bbd4122da14005f4169477f351e60251c141bf /lib/csv.rb
parent8c2a52937f3b71efa7bcb48e7b8b00bc6b616ab4 (diff)
downloadruby-1111afbe5a7599f3aa536485fd12c61fafbffa62.tar.gz
* 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
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
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)