From f093feb735ab57171b6fe16f54b7d3b989907d98 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 26 Feb 2010 13:39:46 -0800 Subject: audio/alsa: Spelling typo (paramters) Trivial patch to fix the spelling of "parameters". Signed-off-by: malc --- audio/alsaaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/alsaaudio.c') 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); } -- cgit v1.2.1