fixed typo
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 19 Jul 2017 22:35:17 +0000 (22:35 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 19 Jul 2017 22:35:17 +0000 (22:35 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3319 01035d8c-6547-0410-b346-abe4f91aad63

freedv-dev/src/dlg_ptt.cpp

index 7b8eecabcd6b4f6272381029c70489c56e61b556..084589aebf5382400dc038b1d6e3c741be35eeed 100644 (file)
@@ -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);
         }
     }