Patch to fix spelling
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Mon, 15 Jun 2020 08:18:29 +0000 (10:18 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Mon, 15 Jun 2020 08:18:29 +0000 (10:18 +0200)
debian/patches/fix_typos.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
new file mode 100644 (file)
index 0000000..3d40b2e
--- /dev/null
@@ -0,0 +1,17 @@
+Description: fixed spelling mistakes
+Author: IOhannes m zmölnig
+Forwarded: no
+Last-Update: 2020-06-15
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- jacktrip.orig/src/JackTrip.cpp
++++ jacktrip/src/JackTrip.cpp
+@@ -657,7 +657,7 @@
+     // --------------------
+     tcpClient.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
+     // ------------------------------
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..48dc2d5
--- /dev/null
@@ -0,0 +1 @@
+fix_typos.patch