]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
spelling error in a message
authorFrancis Dupont <fdupont@isc.org>
Thu, 3 Jan 2008 09:48:42 +0000 (09:48 +0000)
committerFrancis Dupont <fdupont@isc.org>
Thu, 3 Jan 2008 09:48:42 +0000 (09:48 +0000)
server/dhcpv6.c

index 94dbe4119d3c03ee5e926323526b1f3411e125c0..ab63a6f1b773ce4f86f8ca08249861c0a8333bc9 100644 (file)
@@ -1769,7 +1769,7 @@ reply_process_addr(struct reply_state *reply, struct option_cache *addr) {
                if ((reply->packet->dhcpv6_msg_type != DHCPV6_RENEW) &&
                    (reply->packet->dhcpv6_msg_type != DHCPV6_REBIND)) {
                        log_error("It is impossible to lease a client that is "
-                                 "not sending a solict, request, renew, or "
+                                 "not sending a solicit, request, renew, or "
                                  "rebind.");
                        status = ISC_R_FAILURE;
                        goto cleanup;