X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/aa6e77afb5ba7df42fcff06cac744b1f4a4105d2..aded22555eeb31bc032f9bc58a83762981a58391:/src/src/routers/accept.c diff --git a/src/src/routers/accept.c b/src/src/routers/accept.c index 65b6fb967..eb5b95511 100644 --- a/src/src/routers/accept.c +++ b/src/src/routers/accept.c @@ -117,7 +117,7 @@ DEBUG(D_route) debug_printf("%s router called for %s\n domain = %s\n", rc = rf_get_errors_address(addr, rblock, verify, &errors_to); if (rc != OK) return rc; -/* Set up the additional and removeable headers for the address. */ +/* Set up the additional and removable headers for the address. */ rc = rf_get_munge_headers(addr, rblock, &extra_headers, &remove_headers); if (rc != OK) return rc;