Fix spelling mistakes
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 21 Jan 2021 11:31:05 +0000 (12:31 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Thu, 21 Jan 2021 11:31:05 +0000 (12:31 +0100)
debian/patches/series [new file with mode: 0644]
debian/patches/spelling_fixes.patch [new file with mode: 0644]

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..91e2cd7
--- /dev/null
@@ -0,0 +1 @@
+spelling_fixes.patch
diff --git a/debian/patches/spelling_fixes.patch b/debian/patches/spelling_fixes.patch
new file mode 100644 (file)
index 0000000..1c7bd9d
--- /dev/null
@@ -0,0 +1,28 @@
+Description: fixed spelling mistakes
+Author: IOhannes m zmölnig
+Forwarded: https://github.com/jacktrip/jacktrip/pull/209
+Last-Update: 2021-01-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- jacktrip.orig/src/AudioTester.cpp
++++ jacktrip/src/AudioTester.cpp
+@@ -163,7 +163,7 @@
+       if (n_frames>1) { // always true?
+         mInBufCopy[sendChannel][1] = -float(impulseTimeSamples)/32768.0f; // survives if there is no digital processing at the server
+       } else {
+-        std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a lenth " << n_frames << " buffer ***\n";
++        std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a length " << n_frames << " buffer ***\n";
+       }
+     } else {
+       mInBufCopy[sendChannel][0] = 0.0f; // send zeros until a new impulse is needed
+--- jacktrip.orig/src/JackTrip.cpp
++++ jacktrip/src/JackTrip.cpp
+@@ -647,7 +647,7 @@
+     // --------------------
+     mTcpClient.close(); // Close the socket
+     //cout << "TCP Socket Closed!" << endl;
+-    if (gVerboseFlag) cout << "Connection Succesfull!" << endl;
++    if (gVerboseFlag) cout << "Connection Successful!" << endl;
+     // Set with the received UDP port
+     // ------------------------------