More spelling fixes
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 25 Nov 2021 13:37:30 +0000 (14:37 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 25 Nov 2021 13:37:30 +0000 (14:37 +0100)
debian/patches/spelling_fixes.patch

index 626c29841abe8939ad7e53c4ee7001822084f829..8f37299bc4abd1ff1ad4d580e4906f3c0d954720 100644 (file)
@@ -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; }
+ }
+ //*******************************************************************************