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
This commit is contained in:
Paul Davis
2016-10-17 17:57:39 -04:00
parent c43046320b
commit 69cbcb84a6
4 changed files with 4 additions and 4 deletions

View File

@@ -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;
}