Trivial typo fix

This commit is contained in:
Justin Clift
2016-05-28 01:40:05 +01:00
parent 0ec0e6c4b0
commit 65f3c334ed

View File

@@ -248,7 +248,7 @@ void ExportCsvDialog::accept()
void ExportCsvDialog::showCustomCharEdits()
{
// Retrieve selection info for the quote, seperator, and newline widgets
// Retrieve selection info for the quote, separator, and newline widgets
int quoteIndex = ui->comboQuoteCharacter->currentIndex();
int quoteCount = ui->comboQuoteCharacter->count();
int sepIndex = ui->comboFieldSeparator->currentIndex();