From 6c94ad5e795cbbb3ccac643929b7f97ca0012e5c Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Mon, 3 Jan 2022 17:23:15 +0100 Subject: [PATCH] fixed spelling mistakes Forwarded: https://github.com/jacktrip/jacktrip/pull/209 Last-Update: 2021-01-21 Last-Update: 2021-01-21 Gbp-Pq: Name spelling_fixes.patch --- src/JackTrip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JackTrip.cpp b/src/JackTrip.cpp index e3733d5..b020d46 100644 --- a/src/JackTrip.cpp +++ b/src/JackTrip.cpp @@ -745,7 +745,7 @@ void JackTrip::receivedDataTCP() 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) { @@ -771,7 +771,7 @@ void JackTrip::receivedDataTCP() return; } - if (gVerboseFlag) cout << "Connection Succesfull!" << endl; + if (gVerboseFlag) cout << "Connection Successful!" << endl; // Set with the received UDP port // ------------------------------ -- 2.30.2