diff options
| author | Vagrant Cascadian <vagrant@freegeek.org> | 2010-02-26 13:39:46 -0800 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-30 23:39:08 +0200 |
| commit | 11b52a65362911081cb053db0efb3519b8c97ce7 (patch) | |
| tree | 46efd1a168fddcbc44cb84cec788800ac0f0c8ab | |
| parent | b6185fc79c10ec5b499c6cd0141f0ab4549e0489 (diff) | |
| download | qemu-11b52a65362911081cb053db0efb3519b8c97ce7.tar.gz qemu-11b52a65362911081cb053db0efb3519b8c97ce7.zip | |
audio/alsa: Spelling typo (paramters)
Trivial patch to fix the spelling of "parameters".
Signed-off-by: malc <av1474@comtv.ru>
(cherry picked from commit f093feb735ab57171b6fe16f54b7d3b989907d98)
| -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); } |
