diff options
author | Roger Dingledine <arma@torproject.org> | 2020-03-27 03:48:15 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-03-27 03:48:15 -0400 |
commit | 3a0f20050557f54427d5f597cec90aabffb1f479 (patch) | |
tree | e20c852a9f272aa424be8517fd42841bc2a4fe8f /src | |
parent | 46f4f82ac90d8a87d43b6da23ebffc849d77911b (diff) | |
download | tor-3a0f20050557f54427d5f597cec90aabffb1f479.tar.gz tor-3a0f20050557f54427d5f597cec90aabffb1f479.zip |
fix typo in struct addr_policy_t comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/or/addr_policy_st.h | 2 |
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". |