Fixed typo. user_home -> mailfile.

This commit is contained in:
nekral-guest 2011-07-08 19:50:42 +00:00
parent 3bdad35e9f
commit 1a164919f1

View File

@ -704,7 +704,7 @@ static int remove_mailbox (void)
if (ENOENT == errno) {
fprintf (stderr,
_("%s: %s mail spool (%s) not found\n"),
Prog, user_name, user_home);
Prog, user_name, mailfile);
return 0;
} else {
fprintf (stderr,