subject says it all.
ok?

diff --git dhcrelay.c dhcrelay.c
index a2f39d0..4782f65 100644
--- dhcrelay.c
+++ dhcrelay.c
@@ -380,7 +380,7 @@ got_response(struct protocol *l)
        if ((result = recv(l->fd, u.packbuf, sizeof(u), 0)) == -1 &&
            errno != ECONNREFUSED) {
                /*
-                * Ignore ECONNREFUSED as to many dhcp server send a bogus
+                * Ignore ECONNREFUSED as too many dhcp servers send a bogus
                 * icmp unreach for every request.
                 */
                warning("recv failed for %s: %m",

Reply via email to