summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2007-08-30 16:08:44 +0000
committerTravis Kemen <thepeople@openwrt.org>2007-08-30 16:08:44 +0000
commit297cf0cb90538e2fdc2da388791d6f37a2ed7c6b (patch)
tree3b28b6420b1795f3db0efc37e8322d6c14e3e545
parenta28a3e814b7b017009814c63373bda37d7510510 (diff)
downloadmaster-31e0f0ae-297cf0cb90538e2fdc2da388791d6f37a2ed7c6b.tar.gz
master-31e0f0ae-297cf0cb90538e2fdc2da388791d6f37a2ed7c6b.tar.bz2
master-31e0f0ae-297cf0cb90538e2fdc2da388791d6f37a2ed7c6b.zip
fix typo closes #2289
SVN-Revision: 8550
-rw-r--r--package/dnsmasq/files/dnsmasq.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init
index 8a5dc9a9c1..93b51a5512 100644
--- a/package/dnsmasq/files/dnsmasq.init
+++ b/package/dnsmasq/files/dnsmasq.init
@@ -173,7 +173,7 @@ dhcp_add() {
config_get ifname "$net" ifname
[ -n "$ifname" ] || return 0
- append_bool "$cfg" ingore "-I $ifname"
+ append_bool "$cfg" ignore "-I $ifname"
config_get proto "$net" proto
[ static = "$proto" ] || return 0