]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
spelling, remove spaces
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 11 Dec 2017 14:19:58 +0000 (14:19 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 11 Dec 2017 14:54:14 +0000 (14:54 +0000)
doc/ChangeLog
src/modules/proto_dhcp/dhcpd.c

index 469f71c7e618d63f55a3fb19f18b27a43b6dfd4f..52ef7a3d834f56340078a14c1b7bad797017b396 100644 (file)
@@ -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/
index 7e0f2446d56f0914a1cd298312b3a746a572236b..595c8622e30771f42197c05c26c9e2bdc0017991 100644 (file)
@@ -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;
        }