]> git.alsa-project.org Git - alsa-utils.git/commitdiff
aplay: Fix typo in error message
authorOlivier Humbert <trebmuh@users.noreply.github.com>
Wed, 8 Jul 2020 17:31:14 +0000 (19:31 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 6 Oct 2020 11:10:54 +0000 (13:10 +0200)
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>
aplay/aplay.c

index f71d0c9d8f3febe0d7ab7913b53604bba4577aba..b002cec16d8f29ee0eecae8295ae45519918f729 100644 (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);