Forwarded: https://github.com/jacktrip/jacktrip/pull/209
Last-Update: 2021-01-21
Last-Update: 2021-01-21
Gbp-Pq: Name spelling_fixes.patch
mTcpClient.close(); // Close the socket
// cout << "TCP Socket Closed!" << endl;
- // If we sent authentication data, check if our authentication attempt was succesfull
+ // If we sent authentication data, check if our authentication attempt was successfull
if (mUseAuth && udp_port > 65535) {
QString error_message;
if (udp_port == Auth::WRONGCREDS) {
return;
}
- if (gVerboseFlag) cout << "Connection Succesfull!" << endl;
+ if (gVerboseFlag) cout << "Connection Successful!" << endl;
// Set with the received UDP port
// ------------------------------