Refresh spelling patch again (not introducing more spelling errors)
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 7 Dec 2021 10:12:17 +0000 (11:12 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 7 Dec 2021 10:12:17 +0000 (11:12 +0100)
Gbp-Dch: ignore

debian/patches/spelling_fixes.patch

index 4041ee00e94c8fe541e96355975f56873d0fe64b..3a83a7ad3ae2bf27beb5a01c734898ce68165211 100644 (file)
@@ -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; }
- }
- //*******************************************************************************