correct typo in 'uci get'
authorMike Baker <mbm@openwrt.org>
Fri, 17 Nov 2006 22:54:50 +0000 (22:54 +0000)
committerMike Baker <mbm@openwrt.org>
Fri, 17 Nov 2006 22:54:50 +0000 (22:54 +0000)
SVN-Revision: 5557

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"
 }