From: drowe67 Date: Wed, 19 Jul 2017 22:35:17 +0000 (+0000) Subject: fixed typo X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=d2030a93854d3d9d28e744a6392781768cb10cee;p=freetel-svn-tracking.git fixed typo git-svn-id: https://svn.code.sf.net/p/freetel/code@3319 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/freedv-dev/src/dlg_ptt.cpp b/freedv-dev/src/dlg_ptt.cpp index 7b8eecab..084589ae 100644 --- a/freedv-dev/src/dlg_ptt.cpp +++ b/freedv-dev/src/dlg_ptt.cpp @@ -487,7 +487,7 @@ void ComPortsDlg::OnTest(wxCommandEvent& event) { wxString hamlibError; if (hamlib->ptt(true, hamlibError) == false) { wxMessageBox(wxString("Hamlib PTT Error: ") + hamlibError + - wxString(". Make sure the Hamlib serial Device, Rate, and Paramss match your radio"), + wxString(". Make sure the Hamlib serial Device, Rate, and Params match your radio"), wxT("Error"), wxOK | wxICON_ERROR, this); return; } @@ -496,7 +496,7 @@ void ComPortsDlg::OnTest(wxCommandEvent& event) { if (hamlib->ptt(false, hamlibError) == false) { wxMessageBox(wxString("Hamlib PTT Error: ") + hamlibError + - wxString(". Make sure the Hamlib serial Device, Rate, and Paramss match your radio"), + wxString(". Make sure the Hamlib serial Device, Rate, and Params match your radio"), wxT("Error"), wxOK | wxICON_ERROR, this); } }