From: Matthew Newton Date: Mon, 11 Dec 2017 14:19:58 +0000 (+0000) Subject: spelling, remove spaces X-Git-Tag: release_3_0_16~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=873c19076fa96a28c58ff9202ca2e7f414b74882;p=thirdparty%2Ffreeradius-server.git spelling, remove spaces --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 469f71c7e61..52ef7a3d834 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -643,7 +643,7 @@ FreeRADIUS 3.0.9 Wed 08 Jul 2015 12:00:00 EDT urgency=medium FreeRADIUS 3.0.8 Wed 22 Apr 2015 13:30:00 EDT urgency=medium Feature improvements - * Allow syslog_severity to be set in rlm_linelog. + * Allow syslog_severity to be set in rlm_linelog. * Allow defaults to be set for bulk clients in LDAP and couchbase. * Updates to dhcpclient. Patches from Nicolas C. * rlm_mschap now supports direct connections to winbind, which @@ -1536,7 +1536,7 @@ FreeRADIUS 3.0.0 Mon 7 Oct 2013 15:48:14 EDT urgency=medium * Added EAP-PWD implementation from Dan Harkins * Added connection pools for modules. This unifies connection management which was previously different for different modules. - * SQL now uses the connection pool. See mods-available/sql + * SQL now uses the connection pool. See mods-available/sql * SQL now supports arbitrary Acct-Status-Types. These changes are not compatible with 2.x. * SQL now has full support for SQLite. See raddb/sql/main/sqlite/ diff --git a/src/modules/proto_dhcp/dhcpd.c b/src/modules/proto_dhcp/dhcpd.c index 7e0f2446d56..595c8622e30 100644 --- a/src/modules/proto_dhcp/dhcpd.c +++ b/src/modules/proto_dhcp/dhcpd.c @@ -725,7 +725,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) { - ERROR("Can't set re-use addres option: %s\n", + ERROR("Can't set re-use address option: %s\n", fr_syserror(errno)); return -1; }