Browse Source

audio/alsa: Spelling typo (paramters)

Trivial patch to fix the spelling of "parameters".

Signed-off-by: malc <av1474@comtv.ru>
stable-0.13
Vagrant Cascadian 17 years ago
committed by malc
parent
commit
f093feb735
  1. 2
      audio/alsaaudio.c

2
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);
}

Loading…
Cancel
Save