From: Frederic Marchal Date: Thu, 2 Apr 2015 19:12:50 +0000 (+0200) Subject: Fix a spelling error in messages. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18e0993cb726ad3aaaf62c487f0f528b544673cb;p=thirdparty%2Fsarg.git Fix a spelling error in messages. --- diff --git a/authfail.c b/authfail.c index 8f256f8..5d6116c 100644 --- a/authfail.c +++ b/authfail.c @@ -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; }