summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/csv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index ac77af7c5f..6e005cf20d 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -1855,7 +1855,7 @@ class CSV
csv.last << @col_sep
end
elsif part[0] == @quote_char
- # If we are staring a new quoted column
+ # If we are starting a new quoted column
if part[-1] != @quote_char || part.count(@quote_char) % 2 != 0
# start an extended column
csv << part[1..-1]