From cbf0a2fa58464a62468b2ffe493b06363130ffae Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 27 Apr 2022 19:21:32 +0200 Subject: aplay: fix a typo in warning (inaudiable -> inaudible) From: Matthias Braun (https://github.com/mb720) Fixes: https://github.com/alsa-project/alsa-utils/pull/143 Signed-off-by: Jaroslav Kysela --- aplay/aplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplay/aplay.c b/aplay/aplay.c index 4f796d2..86826c0 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -885,7 +885,7 @@ int main(int argc, char *argv[]) isatty(fileno(stdin)) && stream == SND_PCM_STREAM_CAPTURE && snd_pcm_format_width(rhwparams.format) <= 8) - fprintf(stderr, "Warning: Some sources (like microphones) may produce inaudiable results\n" + fprintf(stderr, "Warning: Some sources (like microphones) may produce inaudible results\n" " with 8-bit sampling. Use '-f' argument to increase resolution\n" " e.g. '-f S16_LE'.\n"); -- cgit v1.2.1