This commit is contained in:
Simon Kelley
2012-12-18 21:48:15 +00:00
parent 1b75c1e61f
commit 9d29949440

View File

@@ -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
}
}