Corrected typo. Closes bug #521
authoraland <aland>
Tue, 26 Feb 2008 09:11:33 +0000 (09:11 +0000)
committeraland <aland>
Tue, 26 Feb 2008 09:11:33 +0000 (09:11 +0000)
src/modules/rlm_dbm/rlm_dbm.c

index b31f1ae..500b399 100644 (file)
@@ -177,7 +177,7 @@ static int sm_parse_user(DBM *pdb, const char * username, REQUEST *req,
 
        d = dbm_fetch(pdb, k);
        if ( d.dptr == NULL ) {
-                DEBUG2("rlm_dbm: User <%s> not foud in database\n",username);
+                DEBUG2("rlm_dbm: User <%s> not found in database\n",username);
                 return RLM_MODULE_NOTFOUND;
        }