From: Francis Dupont Date: Thu, 3 Jan 2008 09:48:42 +0000 (+0000) Subject: spelling error in a message X-Git-Tag: v4_1_0a1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f415516ee648a707fca9eb048c9db93f1b765deb;p=thirdparty%2Fdhcp.git spelling error in a message --- diff --git a/server/dhcpv6.c b/server/dhcpv6.c index 94dbe4119..ab63a6f1b 100644 --- a/server/dhcpv6.c +++ b/server/dhcpv6.c @@ -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;