diff options
author | Phil Pennock <pdp@exim.org> | 2017-10-27 13:07:48 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2017-10-27 13:07:48 -0400 |
commit | b4a1e238b382c4dd9f8fc0b4be9d3d183b8d6cbb (patch) | |
tree | e5b73292cfb691090db2513414076153be0da41c /src | |
parent | 9242a7e8cfa94bbc9dd7eca6bd651b569b871c4e (diff) |
nit: typo-fix in comment (my goof)
Diffstat (limited to 'src')
-rw-r--r-- | src/src/exim.c | 2 |
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"); |