[SCM] zita-alsa-pcmi/master: Add spelling patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Dec 27 11:26:45 UTC 2016
The following commit has been merged in the master branch:
commit a671bbf29e6594fe9185f5e445eb050b7594e2b5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Dec 27 12:23:29 2016 +0100
Add spelling patch.
diff --git a/debian/patches/04-spelling.patch b/debian/patches/04-spelling.patch
new file mode 100644
index 0000000..db6b0b5
--- /dev/null
+++ b/debian/patches/04-spelling.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: zita-alsa-pcmi/libs/zita-alsa-pcmi.cc
+===================================================================
+--- zita-alsa-pcmi.orig/libs/zita-alsa-pcmi.cc
++++ zita-alsa-pcmi/libs/zita-alsa-pcmi.cc
+@@ -708,7 +708,7 @@ int Alsa_pcmi::set_hwpar (snd_pcm_t *han
+ snd_pcm_hw_params_get_channels_max (hwpar, nchan);
+ if (*nchan > 1024)
+ {
+- if (_debug & DEBUG_INIT) fprintf (stderr, "Alsa_pcmi: detected more than 1024 %s channnels, reset to 2.\n",
++ if (_debug & DEBUG_INIT) fprintf (stderr, "Alsa_pcmi: detected more than 1024 %s channels, reset to 2.\n",
+ sname);
+ *nchan = 2;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 9dc65be..280f28c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01-makefile.patch
02-missing_include.patch
03-fix_usage.patch
+04-spelling.patch
--
zita-alsa-pcmi packaging
More information about the pkg-multimedia-commits
mailing list