]> 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 20:00:33 +0000 (21:00 +0100)
src/modules/rlm_sqlippool/rlm_sqlippool.c

index 36c4e7128d9dca22360bd1f428a1b4c60e4c608c..a11e964228b22152e52b30178172ff4ae3dbc17a 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;
        }