From 297cf0cb90538e2fdc2da388791d6f37a2ed7c6b Mon Sep 17 00:00:00 2001
From: Travis Kemen <thepeople@openwrt.org>
Date: Thu, 30 Aug 2007 16:08:44 +0000
Subject: [PATCH] fix typo closes #2289

SVN-Revision: 8550
---
 package/dnsmasq/files/dnsmasq.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab