Mercurial > masqmail
changeset 96:b76080154aec
small typo fix
author | meillo@marmaro.de |
---|---|
date | Mon, 21 Jun 2010 12:07:12 +0200 (2010-06-21) |
parents | e01fed4846e4 |
children | 620aaf5e22f6 |
files | src/masqmail.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/masqmail.c Mon Jun 21 10:32:24 2010 +0200 +++ b/src/masqmail.c Mon Jun 21 12:07:12 2010 +0200 @@ -259,7 +259,7 @@ gint i; if (return_path && !is_privileged_user(conf.orig_uid)) { - fprintf(stderr, "must be in root, %s or in group %s for setting return path.\n", DEF_MAIL_USER, DEF_MAIL_GROUP); + fprintf(stderr, "must be root, %s or in group %s for setting return path.\n", DEF_MAIL_USER, DEF_MAIL_GROUP); exit(EXIT_FAILURE); }