summaryrefslogtreecommitdiff
path: root/pop3d/logindelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/logindelay.c')
-rw-r--r--pop3d/logindelay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/logindelay.c b/pop3d/logindelay.c
index 680eb1b92..a9b5d2409 100644
--- a/pop3d/logindelay.c
+++ b/pop3d/logindelay.c
@@ -59,7 +59,7 @@ check_login_delay (char *username)
rc = mu_dbm_fetch (db, key, &data);
if (rc)
{
- mu_diag_output (MU_DIAG_ERROR, _("Can't fetch login delay data: %s"),
+ mu_diag_output (MU_DIAG_ERROR, _("Cannot fetch login delay data: %s"),
mu_strerror (rc));
mu_dbm_close (db);
return 0;

Return to:

Send suggestions and report system problems to the System administrator.