diff options
author | Vagrant Cascadian <vagrant@freegeek.org> | 2010-02-26 13:39:46 -0800 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2010-02-28 18:20:25 +0300 |
commit | f093feb735ab57171b6fe16f54b7d3b989907d98 (patch) | |
tree | 272122a0bc326beb809d6b1e2c171081e0b821c1 /audio/alsaaudio.c | |
parent | 6454e7be1b2504533f7ffb190d54ebe2993cb434 (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/alsaaudio.c')
-rw-r--r-- | audio/alsaaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index 7698d1010b..6a9b87aa7b 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); } |