* [Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c
@ 2010-02-26 21:39 Vagrant Cascadian
2010-02-28 15:36 ` malc
0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2010-02-26 21:39 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c
2010-02-26 21:39 [Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c Vagrant Cascadian
@ 2010-02-28 15:36 ` malc
0 siblings, 0 replies; 2+ messages in thread
From: malc @ 2010-02-28 15:36 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: qemu-devel
On Fri, 26 Feb 2010, Vagrant Cascadian wrote:
> here's a trivial patch to fix the spelling of "parameters":
Thanks, applied with cosmetic fixes in the commit message/subject
department.
--
mailto:av1474@comtv.ru
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-28 15:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26 21:39 [Qemu-devel] spelling typo (paramters) in audio/alsaaudio.c Vagrant Cascadian
2010-02-28 15:36 ` malc
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).