aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@freegeek.org>2010-02-26 13:39:46 -0800
committermalc <av1474@comtv.ru>2010-02-28 18:20:25 +0300
commitf093feb735ab57171b6fe16f54b7d3b989907d98 (patch)
tree272122a0bc326beb809d6b1e2c171081e0b821c1 /audio
parent6454e7be1b2504533f7ffb190d54ebe2993cb434 (diff)
audio/alsa: Spelling typo (paramters)
Trivial patch to fix the spelling of "parameters". Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio')
-rw-r--r--audio/alsaaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c
index 7698d1010..6a9b87aa7 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);
}