From f135a62e4bcceafd7179f90233c70d43556137ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Tue, 7 Dec 2021 11:12:17 +0100 Subject: [PATCH] Refresh spelling patch again (not introducing more spelling errors) Gbp-Dch: ignore --- debian/patches/spelling_fixes.patch | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/patches/spelling_fixes.patch b/debian/patches/spelling_fixes.patch index 4041ee0..3a83a7a 100644 --- a/debian/patches/spelling_fixes.patch +++ b/debian/patches/spelling_fixes.patch @@ -20,18 +20,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ } - if (gVerboseFlag) cout << "Connection Succesfull!" << endl; -+ if (gVerboseFlag) cout << "Connection Successfull!" << endl; ++ if (gVerboseFlag) cout << "Connection Successful!" << endl; // Set with the received UDP port // ------------------------------ ---- jacktrip.orig/src/RtAudioInterface.cpp -+++ jacktrip/src/RtAudioInterface.cpp -@@ -263,7 +263,7 @@ - cout << endl; - if (info.isDefaultOutput) { cout << " --Default Output Device--" << endl; } - if (info.isDefaultInput) { cout << " --Default Intput Device--" << endl; } -- if (info.probed) { cout << " --Probed Successful--" << endl; } -+ if (info.probed) { cout << " --Probed Successfull--" << endl; } - } - - //******************************************************************************* -- 2.30.2