]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Typo, thanks to A C Hurst
authorRoy Marples <roy@marples.name>
Fri, 13 Apr 2007 23:59:24 +0000 (23:59 +0000)
committerRoy Marples <roy@marples.name>
Fri, 13 Apr 2007 23:59:24 +0000 (23:59 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index fdc842b71eeaf73f87480a6327de3db9b603a5a2..b7cbb73dc4ffd9b558cbd6401ba2aa0a4dfd0af3 100644 (file)
--- 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;