From: Francis Dupont Date: Mon, 19 Nov 2007 22:21:25 +0000 (+0000) Subject: spelling X-Git-Tag: v4_0_0rc1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0006737bbd684a2a63f6fbf35860b119d7348b1;p=thirdparty%2Fdhcp.git spelling --- diff --git a/client/dhc6.c b/client/dhc6.c index 5614e2b30..2731ba6b4 100644 --- a/client/dhc6.c +++ b/client/dhc6.c @@ -1922,7 +1922,7 @@ dhc6_best_lease(struct client_state *client, struct dhc6_lease **head) * no further tie to break. */ if ((rscore < 150) && (cscore >= 150)) { - log_debug("PRC: | X-- Selected, has bndings."); + log_debug("PRC: | X-- Selected, has bindings."); } else if (cand->pref < rval->pref) { log_debug("PRC: | X-- Rejected, lower preference."); continue; @@ -2310,7 +2310,7 @@ reply_handler(struct packet *packet, struct client_state *client) return; } - /* We're done retransmititng at this point. */ + /* We're done retransmitting at this point. */ cancel_timeout(do_confirm6, client); cancel_timeout(do_select6, client); cancel_timeout(do_refresh6, client); @@ -2385,7 +2385,7 @@ reply_handler(struct packet *packet, struct client_state *client) * calls this function to marshall an environment variable set that includes * the most-specific option values related to that IAADDR in particular. * - * To acheive this, we load environment variables for the root options space, + * To achieve this, we load environment variables for the root options space, * then the IA, then the IAADDR. Any duplicate option names will be * over-written by the later versions. */