]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Fix a spelling error in messages.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 2 Apr 2015 19:12:50 +0000 (21:12 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 2 Apr 2015 19:12:50 +0000 (21:12 +0200)
authfail.c

index 8f256f847ae83de8a653fbc2e7e6593f4bda54d5..5d6116c837a3257cfb55c1eb0f816b504c171ba1 100644 (file)
@@ -43,11 +43,11 @@ Open a file to store the authentication failure.
 void authfail_open(void)
 {
        if ((ReportType & REPORT_TYPE_AUTH_FAILURES) == 0) {
-               if (debugz>=LogLevel_Process) debugaz(_("Authentication failure report not produced as it is not requested\n"));
+               if (debugz>=LogLevel_Process) debugaz(_("Authentication failures report not produced as it is not requested\n"));
                return;
        }
        if (Privacy) {
-               if (debugz>=LogLevel_Process) debugaz(_("Authentication failure report not produced because privacy option is active\n"));
+               if (debugz>=LogLevel_Process) debugaz(_("Authentication failures report not produced because privacy option is active\n"));
                return;
        }