| commit | f093feb735ab57171b6fe16f54b7d3b989907d98 | [log] [tgz] |
|---|---|---|
| author | Vagrant Cascadian <vagrant@freegeek.org> | Fri Feb 26 13:39:46 2010 -0800 |
| committer | malc <av1474@comtv.ru> | Sun Feb 28 18:20:25 2010 +0300 |
| tree | 272122a0bc326beb809d6b1e2c171081e0b821c1 | |
| parent | 6454e7be1b2504533f7ffb190d54ebe2993cb434 [diff] |
audio/alsa: Spelling typo (paramters) Trivial patch to fix the spelling of "parameters". Signed-off-by: malc <av1474@comtv.ru>
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 @@ (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); }