From b4a1e238b382c4dd9f8fc0b4be9d3d183b8d6cbb Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Fri, 27 Oct 2017 13:07:48 -0400 Subject: [PATCH] nit: typo-fix in comment (my goof) --- src/src/exim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/exim.c b/src/src/exim.c index 57b701612..c12b95477 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -3876,7 +3876,7 @@ else } /* At this point, we know if the user is privileged and some command-line -options become possibly imperssible, depending upon the configuration file. */ +options become possibly impermissible, depending upon the configuration file. */ if (checking && commandline_checks_require_admin && !admin_user) { fprintf(stderr, "exim: those command-line flags are set to require admin\n"); -- 2.25.1