summaryrefslogtreecommitdiff
path: root/aplay/aplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'aplay/aplay.c')
-rw-r--r--aplay/aplay.c2
1 files changed, 1 insertions, 1 deletions
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");