]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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:50:43 +0000 (10:50 +0100)
src/main/listen.c

index 0c4957de464f487ed9dec0d669122fc1b9723491..8b09441c5608fb16e4f22b447b3738cb76ec09cf 100644 (file)
@@ -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