diff src/masqmail.c @ 96:b76080154aec

small typo fix
author meillo@marmaro.de
date Mon, 21 Jun 2010 12:07:12 +0200
parents a917cb178ca7
children 1f0d63713a1c
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);
 	}