From: Alan T. DeKok Date: Tue, 1 Dec 2009 09:49:18 +0000 (+0100) Subject: Fixed typo X-Git-Tag: release_2_1_8~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3fdc8c713779681c92b6d5dd575eff2ade03df;p=thirdparty%2Ffreeradius-server.git Fixed typo --- diff --git a/src/main/listen.c b/src/main/listen.c index 0c4957de464..8b09441c560 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -1907,7 +1907,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