diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-30 16:08:44 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-30 16:08:44 +0000 |
commit | 885a5a16560c74cfacc824ef754e30c9f6e4ce5c (patch) | |
tree | 9708af9856eb66c5877d748bfb6a13bff7cffb49 /package | |
parent | 8c1de145036ea5931722c250fa2c5db750ed49a5 (diff) |
fix typo closes #2289
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/dnsmasq/files/dnsmasq.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index 8a5dc9a9c..93b51a551 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 |