From: Alan T. DeKok Date: Tue, 1 Dec 2009 09:49:18 +0000 (+0100) Subject: Fixed typo X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=af8e311d1c1351cf618684ac39fc798ea96f9fd5;p=freeradius.git Fixed typo --- diff --git a/src/main/listen.c b/src/main/listen.c index 354dbb1..f4e9921 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -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