X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/aa6e77afb5ba7df42fcff06cac744b1f4a4105d2..aded22555eeb31bc032f9bc58a83762981a58391:/src/src/routers/manualroute.c diff --git a/src/src/routers/manualroute.c b/src/src/routers/manualroute.c index 301ec80e4..7389a9921 100644 --- a/src/src/routers/manualroute.c +++ b/src/src/routers/manualroute.c @@ -380,7 +380,7 @@ while (*options) rc = rf_get_errors_address(addr, rblock, verify, &addr->prop.errors_address); if (rc != OK) return rc; -/* Set up the additional and removeable headers for this address. */ +/* Set up the additional and removable headers for this address. */ rc = rf_get_munge_headers(addr, rblock, &addr->prop.extra_headers, &addr->prop.remove_headers);