// 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; }
+ }
+
+ //*******************************************************************************