| Submitter | Vagrant Cascadian |
|---|---|
| Date | Feb. 26, 2010, 9:39 p.m. |
| Message ID | <20100226213946.GK8032@claws.fglan> |
| Download | mbox | patch |
| Permalink | /patch/46503/ |
| State | New |
| Headers | show |
Comments
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.
Patch
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); }