aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/addr_policy_st.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2020-03-27 03:48:15 -0400
committerRoger Dingledine <arma@torproject.org>2020-03-27 03:48:15 -0400
commit3a0f20050557f54427d5f597cec90aabffb1f479 (patch)
treee20c852a9f272aa424be8517fd42841bc2a4fe8f /src/core/or/addr_policy_st.h
parent46f4f82ac90d8a87d43b6da23ebffc849d77911b (diff)
downloadtor-3a0f20050557f54427d5f597cec90aabffb1f479.tar.gz
tor-3a0f20050557f54427d5f597cec90aabffb1f479.zip
fix typo in struct addr_policy_t comment
Diffstat (limited to 'src/core/or/addr_policy_st.h')
-rw-r--r--src/core/or/addr_policy_st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/addr_policy_st.h b/src/core/or/addr_policy_st.h
index 5a2b7f6fb3..08d16ee616 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".