summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2017-10-27 13:07:48 -0400
committerPhil Pennock <pdp@exim.org>2017-10-27 13:07:48 -0400
commitb4a1e238b382c4dd9f8fc0b4be9d3d183b8d6cbb (patch)
treee5b73292cfb691090db2513414076153be0da41c
parent9242a7e8cfa94bbc9dd7eca6bd651b569b871c4e (diff)
nit: typo-fix in comment (my goof)
-rw-r--r--src/src/exim.c2
1 files changed, 1 insertions, 1 deletions
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");