diff options
author | Travis Kemen <thepeople@openwrt.org> | 2007-08-30 16:08:44 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2007-08-30 16:08:44 +0000 |
commit | 297cf0cb90538e2fdc2da388791d6f37a2ed7c6b (patch) | |
tree | 3b28b6420b1795f3db0efc37e8322d6c14e3e545 /package/dnsmasq/files | |
parent | a28a3e814b7b017009814c63373bda37d7510510 (diff) | |
download | upstream-297cf0cb90538e2fdc2da388791d6f37a2ed7c6b.tar.gz upstream-297cf0cb90538e2fdc2da388791d6f37a2ed7c6b.tar.bz2 upstream-297cf0cb90538e2fdc2da388791d6f37a2ed7c6b.zip |
fix typo closes #2289
SVN-Revision: 8550
Diffstat (limited to 'package/dnsmasq/files')
-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 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 |