diff mbox

spelling typo (paramters) in audio/alsaaudio.c

Message ID 20100226213946.GK8032@claws.fglan
State New
Headers show

Commit Message

Vagrant Cascadian Feb. 26, 2010, 9:39 p.m. UTC
here's a trivial patch to fix the spelling of "parameters":


live well,
  vagrant

Comments

malc Feb. 28, 2010, 3:36 p.m. UTC | #1
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.
diff mbox

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);
     }