aplay: Fix typo in error message

BugLink: https://github.com/alsa-project/alsa-utils/pull/44
From: Olivier Humbert <trebmuh@users.noreply.github.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Olivier Humbert 2020-07-08 19:31:14 +02:00 committed by Jaroslav Kysela
parent 825d1d6359
commit 789a307cf9

View file

@ -1284,7 +1284,7 @@ static int setup_chmap(void)
}
if (i >= hw_chmap->channels) {
char buf[256];
error(_("Channel %d doesn't match with hw_parmas"), ch);
error(_("Channel %d doesn't match with hw_params"), ch);
snd_pcm_chmap_print(hw_chmap, sizeof(buf), buf);
fprintf(stderr, "hardware chmap = %s\n", buf);
free(hw_chmap);