}
- if (gVerboseFlag) cout << "Connection Succesfull!" << endl;
-+ if (gVerboseFlag) cout << "Connection Successfull!" << endl;
++ if (gVerboseFlag) cout << "Connection Successful!" << endl;
// Set with the received UDP port
// ------------------------------
---- jacktrip.orig/src/RtAudioInterface.cpp
-+++ jacktrip/src/RtAudioInterface.cpp
-@@ -263,7 +263,7 @@
- cout << endl;
- if (info.isDefaultOutput) { cout << " --Default Output Device--" << endl; }
- if (info.isDefaultInput) { cout << " --Default Intput Device--" << endl; }
-- if (info.probed) { cout << " --Probed Successful--" << endl; }
-+ if (info.probed) { cout << " --Probed Successfull--" << endl; }
- }
-
- //*******************************************************************************