summaryrefslogtreecommitdiff
path: root/lib/csv.rb
diff options
context:
space:
mode:
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)