projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6454e7b
)
audio/alsa: Spelling typo (paramters)
author
Vagrant Cascadian
<vagrant@freegeek.org>
Fri, 26 Feb 2010 21:39:46 +0000
(13:39 -0800)
committer
malc
<av1474@comtv.ru>
Sun, 28 Feb 2010 15:20:25 +0000
(18:20 +0300)
Trivial patch to fix the spelling of "parameters".
Signed-off-by: malc <av1474@comtv.ru>
audio/alsaaudio.c
patch
|
blob
|
history
diff --git
a/audio/alsaaudio.c
b/audio/alsaaudio.c
index 7698d1010bde2f732ab820a2ec16df5b7179bb12..6a9b87aa7b0de5976569f36d6ca5c86b09e86085 100644
(file)
--- 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 param
e
ters for %s\n", typ);
alsa_dump_info (req, obt);
}