From: IOhannes m zmölnig (Debian/GNU) Date: Thu, 25 Nov 2021 13:37:30 +0000 (+0100) Subject: More spelling fixes X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~194 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7fff6a2e754cd79cf3a165c2166f0c474a9d15bc;p=jacktrip.git More spelling fixes --- diff --git a/debian/patches/spelling_fixes.patch b/debian/patches/spelling_fixes.patch index 626c298..8f37299 100644 --- a/debian/patches/spelling_fixes.patch +++ b/debian/patches/spelling_fixes.patch @@ -24,3 +24,14 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ // 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; } + } + + //*******************************************************************************