Browse Source

correct typo in 'uci get'

SVN-Revision: 5557
Mike Baker 19 years ago
parent
commit
0f55c0eff9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/default/bin/uci

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