summaryrefslogtreecommitdiff
path: root/libs/backends
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-10-17 17:57:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-10-17 17:57:39 -0400
commit69cbcb84a66cfc48d734692ae0f2f8d8bee4f5b5 (patch)
treea2bf36c34ab526a66a445b3a48a1c3966d6f8c4b /libs/backends
parentc43046320ba6657decbc1dda7f97b9a6402028a6 (diff)
spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>
Corresponds to https://anonscm.debian.org/cgit/pkg-multimedia/ardour.git/tree/debian/patches/0070-spelling.patch
Diffstat (limited to 'libs/backends')
-rw-r--r--libs/backends/alsa/zita-alsa-pcmi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/alsa/zita-alsa-pcmi.cc b/libs/backends/alsa/zita-alsa-pcmi.cc
index 88cdb03740..4c5298f0d9 100644
--- a/libs/backends/alsa/zita-alsa-pcmi.cc
+++ b/libs/backends/alsa/zita-alsa-pcmi.cc
@@ -743,7 +743,7 @@ int Alsa_pcmi::set_hwpar (snd_pcm_t *handle, snd_pcm_hw_params_t *hwpar, const
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;
}