From 65f3c334ed42892efc52337a917cb4c598b62574 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 28 May 2016 01:40:05 +0100 Subject: [PATCH] Trivial typo fix --- src/ExportCsvDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExportCsvDialog.cpp b/src/ExportCsvDialog.cpp index 9c482175..1ff56dde 100644 --- a/src/ExportCsvDialog.cpp +++ b/src/ExportCsvDialog.cpp @@ -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();