From: Phil Pennock Date: Fri, 27 Oct 2017 17:07:48 +0000 (-0400) Subject: nit: typo-fix in comment (my goof) X-Git-Tag: exim-4_90_RC2~30 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/b4a1e238b382c4dd9f8fc0b4be9d3d183b8d6cbb nit: typo-fix in comment (my goof) --- 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");