From: Alan T. DeKok Date: Tue, 23 Aug 2011 12:53:20 +0000 (-0400) Subject: Spelling corrections X-Git-Tag: release_3_0_0_beta0~664 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ce8e5dd8055086c3d3f111bab3004ee3d683fe;p=thirdparty%2Ffreeradius-server.git Spelling corrections --- diff --git a/src/lib/misc.c b/src/lib/misc.c index 9e098d57f38..a7e059f880c 100644 --- a/src/lib/misc.c +++ b/src/lib/misc.c @@ -441,7 +441,7 @@ int ip_hton(const char *src, int af, fr_ipaddr_t *dst) } /* - * Look IP addreses up, and print names (depending on DNS config) + * Look IP addresses up, and print names (depending on DNS config) */ const char *ip_ntoh(const fr_ipaddr_t *src, char *dst, size_t cnt) { diff --git a/src/main/dhcpd.c b/src/main/dhcpd.c index 9e9c71c4fad..975f159273b 100644 --- a/src/main/dhcpd.c +++ b/src/main/dhcpd.c @@ -247,7 +247,7 @@ static int dhcp_socket_parse(CONF_SECTION *cs, rad_listen_t *this) } if (setsockopt(this->fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) { - radlog(L_ERR, "Can't set re-use addres option: %s\n", + radlog(L_ERR, "Can't set re-use address option: %s\n", strerror(errno)); return -1; }