correct typo in 'uci get'

SVN-Revision: 5557
This commit is contained in:
Mike Baker 2006-11-17 22:54:50 +00:00
parent 4dc43d9b48
commit 0f55c0eff9

View file

@ -30,7 +30,7 @@ do_get() {
local CONFIG="$2"
local OPTION="$3"
uci_load "$PACAKGE"
uci_load "$PACKAGE"
config_get "$CONFIG" "$OPTION"
}