Add fix for another spelling error
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Tue, 27 Aug 2019 21:02:21 +0000 (23:02 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Tue, 27 Aug 2019 21:02:21 +0000 (23:02 +0200)
debian/patches/fix_typos.patch

index 8f47ca2761d0f20cc81217ac25a90820ac6d1523..33ca84eb6c19e732d6c357c57e51954e0a8c43b0 100644 (file)
@@ -91,3 +91,14 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      cout << endl;
      cout << "HELP ARGUMENTS: " << endl;
      cout << "===============" << endl;
+--- jacktrip.orig/src/JackTrip.cpp
++++ jacktrip/src/JackTrip.cpp
+@@ -539,7 +539,7 @@
+   // --------------------
+   tcpClient.close(); // Close the socket
+   //cout << "TCP Socket Closed!" << endl;
+-  cout << "Connection Succesfull!" << endl;
++  cout << "Connection Successfull!" << endl;
+   // Set with the received UDP port
+   // ------------------------------