Fixed 2 typos in nvidia(-via-disper) support.

This commit is contained in:
mrj10 2011-01-19 22:00:22 -06:00 committed by Stefan Tomanek
parent f4b8271568
commit 910d00e04b

View File

@ -131,7 +131,7 @@ current_cfg_disper() {
}
current_cfg() {
$CURRENT_METHOD;
$CURRENT_CFG_METHOD;
}
blocked() {
@ -156,7 +156,7 @@ load_cfg_xrandr() {
}
load_cfg_disper() {
$DISPER < -i < "$1"
$DISPER -i < "$1"
}
load() {