mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
fix typo
Just s/verion/version/ in alsaconf.in Signed-off-by: Claudio Fontana <sick_soul@yahoo.it>
This commit is contained in:
parent
cd0ee17f59
commit
81de42cbf6
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ alias sound-slot-0 $CARD_DRIVER" >> $addcfg
|
|||
cmp -s "$addcfg" "$cfgout" || cat "$addcfg" > "$cfgout"
|
||||
else
|
||||
echo "$ACB
|
||||
# --- ALSACONF verion $version ---" >> $TMP
|
||||
# --- ALSACONF version $version ---" >> $TMP
|
||||
cat "$addcfg" >> "$TMP"
|
||||
echo "$ACE
|
||||
" >> $TMP
|
||||
|
|
Loading…
Reference in a new issue