Corrected typo
authoraland <aland>
Sun, 8 Apr 2007 06:31:38 +0000 (06:31 +0000)
committeraland <aland>
Sun, 8 Apr 2007 06:31:38 +0000 (06:31 +0000)
This fixs bug #440

src/modules/rlm_pap/rlm_pap.c

index 754b0ea..c485337 100644 (file)
@@ -583,7 +583,7 @@ static int pap_authenticate(void *instance, REQUEST *request)
                        goto make_msg;
                }
        done:
-               DEBUG("rlm_pap: User authenticated succesfully");
+               DEBUG("rlm_pap: User authenticated successfully");
                return RLM_MODULE_OK;
                break;