qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c


From: Vagrant Cascadian
Subject: [Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c
Date: Fri, 26 Feb 2010 13:39:46 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

here's a trivial patch to fix the spelling of "parameters":

diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c
index 7698d10..6a9b87a 100644
--- a/audio/alsaaudio.c
+++ b/audio/alsaaudio.c
@@ -665,7 +665,7 @@ static int alsa_open (int in, struct alsa_params_req *req,
         (obt->fmt != req->fmt ||
          obt->nchannels != req->nchannels ||
          obt->freq != req->freq)) {
-        dolog ("Audio paramters for %s\n", typ);
+        dolog ("Audio parameters for %s\n", typ);
         alsa_dump_info (req, obt);
     }


live well,
  vagrant




reply via email to

[Prev in Thread] Current Thread [Next in Thread]