correct typo in 'uci get'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5557 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Mike Baker 2006-11-17 22:54:50 +00:00
parent 3f27bdd7da
commit 3b8123da2e
1 changed files with 1 additions and 1 deletions

View File

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