Fixed typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 1 Dec 2009 09:49:18 +0000 (10:49 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 1 Dec 2009 09:49:59 +0000 (10:49 +0100)
src/main/listen.c

index 354dbb1..f4e9921 100644 (file)
@@ -1233,7 +1233,7 @@ int listen_init(CONF_SECTION *config, rad_listen_t **head)
                listen_socket_t *sock;
                server_ipaddr.af = AF_INET;
 
-               radlog(L_INFO, "WARNING: The directive 'bind_adress' is deprecated, and will be removed in future versions of FreeRADIUS. Please edit the configuration files to use the directive 'listen'.");
+               radlog(L_INFO, "WARNING: The directive 'bind_address' is deprecated, and will be removed in future versions of FreeRADIUS. Please edit the configuration files to use the directive 'listen'.");
 
        bind_it:
 #ifdef WITH_VMPS