All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcm: fix typo in snd_pcm_recover() error message
@ 2011-01-22  1:27 cosoleto
  2011-01-23 13:30 ` Jaroslav Kysela
  0 siblings, 1 reply; 2+ messages in thread
From: cosoleto @ 2011-01-22  1:27 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, Francesco Cosoleto

From: Francesco Cosoleto <cosoleto@gmail.com>

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
---
 src/pcm/pcm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
index 906b502..02dea0d 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));
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pcm: fix typo in snd_pcm_recover() error message
  2011-01-22  1:27 [PATCH] pcm: fix typo in snd_pcm_recover() error message cosoleto
@ 2011-01-23 13:30 ` Jaroslav Kysela
  0 siblings, 0 replies; 2+ messages in thread
From: Jaroslav Kysela @ 2011-01-23 13:30 UTC (permalink / raw)
  To: Francesco Cosoleto; +Cc: ALSA development

On Sat, 22 Jan 2011, cosoleto@gmail.com wrote:

>                 if (!silent)
> -                        SNDERR("%s occured", s);
> +                        SNDERR("%s occurred", s);

Applied, thanks.

 					Jaroslav

-----
Jaroslav Kysela <perex@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project, Red Hat, Inc.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-23 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22  1:27 [PATCH] pcm: fix typo in snd_pcm_recover() error message cosoleto
2011-01-23 13:30 ` Jaroslav Kysela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.