]> git.proxmox.com Git - qemu.git/commitdiff
audio/alsa: Spelling typo (paramters)
authorVagrant Cascadian <vagrant@freegeek.org>
Fri, 26 Feb 2010 21:39:46 +0000 (13:39 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 30 Jun 2010 21:39:08 +0000 (23:39 +0200)
Trivial patch to fix the spelling of "parameters".

Signed-off-by: malc <av1474@comtv.ru>
(cherry picked from commit f093feb735ab57171b6fe16f54b7d3b989907d98)

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