From: IOhannes m zmölnig Date: Mon, 15 Jun 2020 08:18:29 +0000 (+0200) Subject: Patch to fix spelling X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~237 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=988f1823255ba399c9faf4c354b788ed7bc0fffb;p=jacktrip.git Patch to fix spelling --- 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