Commit 9d299494 authored by Simon Kelley's avatar Simon Kelley

typo

parent 1b75c1e6
...@@ -183,7 +183,7 @@ int main (int argc, char **argv) ...@@ -183,7 +183,7 @@ int main (int argc, char **argv)
daemon->doing_ra = 1; daemon->doing_ra = 1;
#ifndef HAVE_LINUX_NETWORK #ifndef HAVE_LINUX_NETWORK
if (context->flags & CONTEXT_TEMPLATE) 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 #endif
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment