[tor-commits] [tor/master] fix typo in struct addr_policy_t comment
arma at torproject.org
arma at torproject.org
Fri Mar 27 07:48:43 UTC 2020
commit 3a0f20050557f54427d5f597cec90aabffb1f479
Author: Roger Dingledine <arma at torproject.org>
Date: Fri Mar 27 03:48:15 2020 -0400
fix typo in struct addr_policy_t comment
---
src/core/or/addr_policy_st.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/or/addr_policy_st.h b/src/core/or/addr_policy_st.h
index 5a2b7f6fb..08d16ee61 100644
--- a/src/core/or/addr_policy_st.h
+++ b/src/core/or/addr_policy_st.h
@@ -38,7 +38,7 @@ struct addr_policy_t {
/** Base address to accept or reject.
*
* Note that wildcards are treated
- * differntly depending on address family. An AF_UNSPEC address means
+ * differently depending on address family. An AF_UNSPEC address means
* "All addresses, IPv4 or IPv6." An AF_INET address with maskbits==0 means
* "All IPv4 addresses" and an AF_INET6 address with maskbits == 0 means
* "All IPv6 addresses".
More information about the tor-commits
mailing list