aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-11-17 22:54:50 +0000
committerMike Baker <mbm@openwrt.org>2006-11-17 22:54:50 +0000
commit3b8123da2e65347b72135c0c31431cceff3b417b (patch)
tree3db61016f3f70a79cfd0ffb68ef3c0d67aaa13b4 /package/base-files
parent3f27bdd7daa72f700d6692f3f3ecef3706e5ebfa (diff)
downloadmaster-187ad058-3b8123da2e65347b72135c0c31431cceff3b417b.tar.gz
master-187ad058-3b8123da2e65347b72135c0c31431cceff3b417b.tar.bz2
master-187ad058-3b8123da2e65347b72135c0c31431cceff3b417b.zip
correct typo in 'uci get'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/default/bin/uci2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/bin/uci b/package/base-files/default/bin/uci
index ea67c6513f..d74b89762f 100755
--- a/package/base-files/default/bin/uci
+++ b/package/base-files/default/bin/uci
@@ -30,7 +30,7 @@ do_get() {
local CONFIG="$2"
local OPTION="$3"
- uci_load "$PACAKGE"
+ uci_load "$PACKAGE"
config_get "$CONFIG" "$OPTION"
}