correct typo in 'uci get'
[openwrt-10.03/.git] / package / base-files / default / bin / uci
index ea67c6513fbf87b841538c58eedfd3c7239b030b..d74b89762f73f742c3132a96bfc623e653bcd517 100755 (executable)
@@ -30,7 +30,7 @@ do_get() {
        local CONFIG="$2"
        local OPTION="$3"
 
-       uci_load "$PACAKGE"
+       uci_load "$PACKAGE"
        config_get "$CONFIG" "$OPTION"
 }