From af8e311d1c1351cf618684ac39fc798ea96f9fd5 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 1 Dec 2009 10:49:18 +0100 Subject: [PATCH] Fixed typo --- src/main/listen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4