summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>2021-12-22 15:19:31 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2021-12-22 15:19:31 +0100
commit4fd5ced9de2a5adf248ea98a05213b0460ff5b88 (patch)
treee3bac0225b3b6a629f1942f1b921973e2a6525a3
parent6609c99f040b3a18c6666e4b827f7cf3166cb37e (diff)
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
-rw-r--r--src/JackTrip.cpp4
1 files 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
// ------------------------------