From 9d2994944018d428a9881dd2da8f46bc94842bae Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Tue, 18 Dec 2012 21:48:15 +0000 Subject: [PATCH] typo --- src/dnsmasq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dnsmasq.c b/src/dnsmasq.c index 591ed51..4c7cd39 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -183,7 +183,7 @@ int main (int argc, char **argv) daemon->doing_ra = 1; #ifndef HAVE_LINUX_NETWORK if (context->flags & CONTEXT_TEMPLATE) - die (_("dhcp-range contructor not available on this platform"), NULL, EC_BADCONF); + die (_("dhcp-range constructor not available on this platform"), NULL, EC_BADCONF); #endif } }