From: Vagrant Cascadian <vagrant@freegeek.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c
Date: Fri, 26 Feb 2010 13:39:46 -0800 [thread overview]
Message-ID: <20100226213946.GK8032@claws.fglan> (raw)
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
next reply other threads:[~2010-02-26 21:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-26 21:39 Vagrant Cascadian [this message]
2010-02-28 15:36 ` [Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c malc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100226213946.GK8032@claws.fglan \
--to=vagrant@freegeek.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).