X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8cfd0f7b84730e10238219bd5b93677519ecbb16..1137f3a6938882cc81a1fcd7dc15530e8fae9e32:/src/src/daemon.c diff --git a/src/src/daemon.c b/src/src/daemon.c index 34786837a..d799ea4e8 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -19,7 +19,7 @@ typedef struct smtp_slot { } smtp_slot; /* An empty slot for initializing (Standard C does not allow constructor -expressions in assigments except as initializers in declarations). */ +expressions in assignments except as initializers in declarations). */ static smtp_slot empty_smtp_slot = { 0, NULL }; @@ -1117,7 +1117,7 @@ if (daemon_listen && !inetd_wait_mode) } /* Create a list of default SMTP ports, to be used if local_interfaces - contains entries without explict ports. First count the number of ports, then + contains entries without explicit ports. First count the number of ports, then build a translated list in a vector. */ list = daemon_smtp_port;