From: IOhannes m zmölnig (Debian/GNU) Date: Tue, 7 Dec 2021 10:12:17 +0000 (+0100) Subject: Refresh spelling patch again (not introducing more spelling errors) X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~177 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f135a62e4bcceafd7179f90233c70d43556137ca;p=jacktrip.git Refresh spelling patch again (not introducing more spelling errors) Gbp-Dch: ignore --- 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; } - } - - //*******************************************************************************