]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typos
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Feb 2012 19:54:11 +0000 (20:54 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 7 Feb 2012 19:54:11 +0000 (20:54 +0100)
src/modules/rlm_sqlippool/rlm_sqlippool.c

index e3ddd9aebcc757c7b546f3a0208055650dcd97a8..7d2ae16cb4e64a34d0195024d2943e24b0f11544 100644 (file)
@@ -444,13 +444,13 @@ static int sqlippool_instantiate(CONF_SECTION * conf, void ** instance)
        }
 
        if (IS_EMPTY(data->allocate_find)) {
-               radlog(L_ERR, "rlm_sqlippool: the 'allocate_find' statement must be set.");
+               radlog(L_ERR, "rlm_sqlippool: the 'allocate-find' statement must be set.");
                sqlippool_detach(data);
                return -1;
        }
 
        if (IS_EMPTY(data->allocate_update)) {
-               radlog(L_ERR, "rlm_sqlippool: the 'allocate_update' statement must be set.");
+               radlog(L_ERR, "rlm_sqlippool: the 'allocate-update' statement must be set.");
                sqlippool_detach(data);
                return -1;
        }