Browse Source

Fixed comment typo

master
chrisgregan 9 years ago
parent
commit
45d47a8b5e
  1. 2
      Assets/Fungus/Thirdparty/CSVParser/CsvParser.cs

2
Assets/Fungus/Thirdparty/CSVParser/CsvParser.cs vendored

@ -189,7 +189,7 @@ namespace Ideafixxxer.CsvParser
{
var context = new ParserContext();
// Handle both Winodws and Mac line endings
// Handle both Windows and Mac line endings
string[] lines = csvData.Split(new string[] { "\r\n", "\n" }, StringSplitOptions.RemoveEmptyEntries);
ParserState currentState = ParserState.LineStartState;

Loading…
Cancel
Save