]> Git Repo - qemu.git/commitdiff
audio/alsa: Spelling typo (paramters)
authorVagrant Cascadian <[email protected]>
Fri, 26 Feb 2010 21:39:46 +0000 (13:39 -0800)
committermalc <[email protected]>
Sun, 28 Feb 2010 15:20:25 +0000 (18:20 +0300)
Trivial patch to fix the spelling of "parameters".

Signed-off-by: malc <[email protected]>
audio/alsaaudio.c

index 7698d1010bde2f732ab820a2ec16df5b7179bb12..6a9b87aa7b0de5976569f36d6ca5c86b09e86085 100644 (file)
@@ -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);
     }
 
This page took 0.028849 seconds and 4 git commands to generate.