summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>2022-04-06 10:20:55 +0200
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2022-04-06 10:20:55 +0200
commitab16a681ed8b06430de11b89e0f0b5b7fb4b2336 (patch)
tree1d02a79cbbb00506dde3b65d750344a53d6c96e1
parent2619ad6a4b5509b4f8f0fb13117146dc423a3461 (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 e841731..eac05f1 100644
--- a/src/JackTrip.cpp
+++ b/src/JackTrip.cpp
@@ -826,7 +826,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) {
@@ -854,7 +854,7 @@ void JackTrip::receivedDataTCP()
}
if (gVerboseFlag)
- cout << "Connection Succesfull!" << endl;
+ cout << "Connection Successful!" << endl;
// Set with the received UDP port
// ------------------------------