From 9c66ea0b6a1f569e28f59aa285954bc08d59b532 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 27 Aug 2019 23:02:21 +0200 Subject: [PATCH] Add fix for another spelling error --- debian/patches/fix_typos.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + // ------------------------------ -- 2.30.2