spelling fixes
[exim.git] / src / src / routers / accept.c
index 65b6fb967722453f1c9efbd5dce4d5f27281c452..eb5b9551148b10f70c1200fe74850945b158953e 100644 (file)
@@ -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;