]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] typos
authorShawn Routhier <sar@isc.org>
Thu, 30 Jan 2014 22:08:33 +0000 (14:08 -0800)
committerShawn Routhier <sar@isc.org>
Thu, 30 Jan 2014 22:08:33 +0000 (14:08 -0800)
server/confpars.c

index 365a214b4551329ee63b6575f3f0a5c79699c454..352b6a6c53017cbb6ae66c0c682103d95a9819eb 100644 (file)
@@ -1980,7 +1980,7 @@ void parse_host_declaration (cfile, group)
                                host->relays = atoi(val);
                                if (host->relays < 0) {
                                        parse_warn(cfile,
-                                                  "host-identifer v6relopt "
+                                                  "host-identifier v6relopt "
                                                   "must have a number >= 0");
                                        skip_to_rbrace(cfile, 1);
                                        break;