[Privoxy-commits] [privoxy] 11/38: block_acl(): Fix comment typo
User Git
git at git.privoxy.org
Thu Apr 9 09:37:09 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 58f1fdde9695d24c65cef5def164da6a06e7bf44
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jun 10 13:25:41 2022 +0200
block_acl(): Fix comment typo
---
filters.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filters.c b/filters.c
index 71f70247..3d605517 100644
--- a/filters.c
+++ b/filters.c
@@ -294,7 +294,7 @@ int block_acl(const struct client_state *csp, const struct access_control_addr *
/*
* XXX: An undefined acl->dst is full of zeros and should be
* considered a wildcard address. sockaddr_storage_to_ip()
- * fails on such destinations because of unknown sa_familly
+ * fails on such destinations because of unknown sa_family
* (glibc only?). However this test is not portable.
*
* So, we signal the acl->dst is wildcard in wildcard_dst.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list