From 026ae7c9731247798170556eecfc0c88238d3c48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Wed, 19 Jan 2022 08:51:30 +0100 Subject: [PATCH] Refresh patches --- debian/patches/spelling_fixes.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/spelling_fixes.patch b/debian/patches/spelling_fixes.patch index 3a83a7a..51e5636 100644 --- a/debian/patches/spelling_fixes.patch +++ b/debian/patches/spelling_fixes.patch @@ -6,7 +6,7 @@ Last-Update: 2021-01-21 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- jacktrip.orig/src/JackTrip.cpp +++ jacktrip/src/JackTrip.cpp -@@ -745,7 +745,7 @@ +@@ -776,7 +776,7 @@ mTcpClient.close(); // Close the socket // cout << "TCP Socket Closed!" << endl; @@ -15,12 +15,12 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ if (mUseAuth && udp_port > 65535) { QString error_message; if (udp_port == Auth::WRONGCREDS) { -@@ -771,7 +771,7 @@ - return; +@@ -804,7 +804,7 @@ } -- if (gVerboseFlag) cout << "Connection Succesfull!" << endl; -+ if (gVerboseFlag) cout << "Connection Successful!" << endl; + if (gVerboseFlag) +- cout << "Connection Succesfull!" << endl; ++ cout << "Connection Successful!" << endl; // Set with the received UDP port // ------------------------------ -- 2.30.2