summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>2022-01-19 08:53:58 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2022-01-19 08:53:58 +0100
commit29316af03ef97aa2f858622e5c392dd505ad5709 (patch)
tree83bf204db662c84fda398e3c91aa46263069a406
parent2eca06839daae7d78b8143b6c29ba51f4b93e2d1 (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 661a87b..6238cac 100644
--- a/src/JackTrip.cpp
+++ b/src/JackTrip.cpp
@@ -776,7 +776,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) {
@@ -804,7 +804,7 @@ void JackTrip::receivedDataTCP()
}
if (gVerboseFlag)
- cout << "Connection Succesfull!" << endl;
+ cout << "Connection Successful!" << endl;
// Set with the received UDP port
// ------------------------------