From bae8236ce82cda59cc60789a35aea5689eb2f488 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 11:14:25 +0200 Subject: [PATCH] Fix typos --- filters.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filters.c b/filters.c index 278c113e..c891f4f9 100644 --- a/filters.c +++ b/filters.c @@ -206,7 +206,7 @@ static int match_sockaddr(const struct sockaddr_storage *network, return 0; } - /* TODO: Optimize by checking by words insted of octets */ + /* TODO: Optimize by checking by words instead of octets */ for (i = 0; (i < addr_len) && netmask_addr[i]; i++) { if ((network_addr[i] & netmask_addr[i]) != @@ -505,7 +505,7 @@ int acl_addr(const char *aspec, struct access_control_addr *aca) * * Description : Check to see if CONNECT requests to the destination * port of this request are forbidden. The check is - * independend of the actual request method. + * independent of the actual request method. * * Parameters : * 1 : csp = Current client state (buffers, headers, etc...) -- 2.39.2