From: IOhannes m zmölnig Date: Tue, 27 Aug 2019 21:02:21 +0000 (+0200) Subject: Add fix for another spelling error X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~262 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c66ea0b6a1f569e28f59aa285954bc08d59b532;p=jacktrip.git Add fix for another spelling error --- diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch index 8f47ca2..33ca84e 100644 --- a/debian/patches/fix_typos.patch +++ b/debian/patches/fix_typos.patch @@ -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 + // ------------------------------