Mercurial > hg > dhcpcd
changeset 96:408d14b6e643 draft
Typo, thanks to A C Hurst
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 13 Apr 2007 23:59:24 +0000 |
| parents | 18989fb0965b |
| children | f1ba63faf6ca |
| files | dhcp.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcp.c Fri Apr 13 08:49:03 2007 +0000 +++ b/dhcp.c Fri Apr 13 23:59:24 2007 +0000 @@ -577,7 +577,7 @@ /* 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;
