fixed spelling mistakes
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Mon, 7 Mar 2022 18:39:08 +0000 (19:39 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 7 Mar 2022 18:39:08 +0000 (19:39 +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 11df4a93a61b6ce7222645609b335e6827ca4a8a..2f270c8b05294335ad50921429b0446391f15e1c 100644 (file)
@@ -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
     // ------------------------------