From: Roy Marples Date: Fri, 13 Apr 2007 23:59:24 +0000 (+0000) Subject: Typo, thanks to A C Hurst X-Git-Tag: v3.2.3~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebaea570a4fd93f29f94cf42237a4640f942cca1;p=thirdparty%2Fdhcpcd.git Typo, thanks to A C Hurst --- diff --git a/dhcp.c b/dhcp.c index fdc842b7..b7cbb73d 100644 --- a/dhcp.c +++ b/dhcp.c @@ -577,7 +577,7 @@ int parse_dhcpmessage (dhcp_t *dhcp, const dhcpmessage_t *message) /* Minimum legal mtu is 68 accoridng to RFC 2132. In practise it's 576 (minimum maximum message size) */ if (dhcp->mtu < MTU_MIN) { - logger (LOG_DEBUG, "MTU %d is too low, minium is %d; ignoring", dhcp->mtu, MTU_MIN); + logger (LOG_DEBUG, "MTU %d is too low, minimum is %d; ignoring", dhcp->mtu, MTU_MIN); dhcp->mtu = 0; } break;