From a9855efcb975f8b26595425cc4cb0be0a0d23dec Mon Sep 17 00:00:00 2001 From: Francesco Cosoleto Date: Sat, 22 Jan 2011 02:27:54 +0100 Subject: [PATCH] pcm: fix typo in snd_pcm_recover() error message Signed-off-by: Francesco Cosoleto Signed-off-by: Jaroslav Kysela --- src/pcm/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c index 906b5025..02dea0d0 100644 --- a/src/pcm/pcm.c +++ b/src/pcm/pcm.c @@ -7313,7 +7313,7 @@ int snd_pcm_recover(snd_pcm_t *pcm, int err, int silent) else s = "overrun"; if (!silent) - SNDERR("%s occured", s); + SNDERR("%s occurred", s); err = snd_pcm_prepare(pcm); if (err < 0) { SNDERR("cannot recovery from %s, prepare failed: %s", s, snd_strerror(err)); -- 2.47.1