From patchwork Fri Feb 26 21:39:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: spelling typo (paramters) in audio/alsaaudio.c Date: Fri, 26 Feb 2010 11:39:46 -0000 From: Vagrant Cascadian X-Patchwork-Id: 46503 Message-Id: <20100226213946.GK8032@claws.fglan> To: qemu-devel@nongnu.org here's a trivial patch to fix the spelling of "parameters": live well, vagrant 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); }