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

src/modules/rlm_pap/rlm_pap.c

index 3742da5..d7811a2 100644 (file)
@@ -564,7 +564,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;