From 53e31668e7137ef3adebbdf773ebcdd59d0e7c55 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Tue, 2 Jun 2015 23:40:54 +0000 Subject: [PATCH] Fix a typo. Transmiting->Transmitting. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5504 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 6c690f917..c9c7d6111 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2220,7 +2220,7 @@ void MainWindow::startTx2() transmit (snr); signalMeter->setValue(0); if(m_mode.mid(0,4)=="WSPR" and !m_tune) { - t = " Transmiting " + m_mode + " ----------------------- " + + t = " Transmitting " + m_mode + " ----------------------- " + m_config.bands ()->find (m_dialFreq); ui->decodedTextBrowser->append(t.rightJustified (71, '-'));