From: mbm Date: Fri, 17 Nov 2006 22:54:50 +0000 (+0000) Subject: correct typo in 'uci get' X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9e1bfc557cf51b8feab59a42747172329db78e4b;p=10.03%2Fopenwrt.git correct typo in 'uci get' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5557 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/default/bin/uci b/package/base-files/default/bin/uci index ea67c6513..d74b89762 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" }