fixed spelling mistakes
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Wed, 6 Apr 2022 08:20:55 +0000 (10:20 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 6 Apr 2022 08:20:55 +0000 (10:20 +0200)
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 e841731719e202f1592561bd6eb46c8eab3edd3e..eac05f104c7b5166dadae3fe6ab43cc1a5088a66 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
     // ------------------------------