From 988f1823255ba399c9faf4c354b788ed7bc0fffb Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 15 Jun 2020 10:18:29 +0200 Subject: [PATCH] Patch to fix spelling --- debian/patches/fix_typos.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 debian/patches/fix_typos.patch create mode 100644 debian/patches/series diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch new file mode 100644 index 0000000..3d40b2e --- /dev/null +++ b/debian/patches/fix_typos.patch @@ -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 index 0000000..48dc2d5 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix_typos.patch -- 2.30.2