fixed spelling mistakes
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Wed, 19 Jan 2022 07:53:58 +0000 (08:53 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 19 Jan 2022 07:53:58 +0000 (08:53 +0100)
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

index 661a87ba88dcc30fec70aa6a1cfef2ced89ff303..6238cac07fd3637bcd558f3a61a71acc66b347e9 100644 (file)
@@ -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
     // ------------------------------