summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-01-12 18:38:52 -0500
committerRoger Dingledine <arma@torproject.org>2011-01-12 18:38:52 -0500
commit10d385bd71cf9e37e5388a742dd618716e22645a (patch)
tree83b152d1238c44a6bcbb50defc3a106599ade3c4 /src/or/or.h
parent9a6a8ea4665f89057229811fd5fb7354549aad6b (diff)
downloadtor-10d385bd71cf9e37e5388a742dd618716e22645a.tar.gz
tor-10d385bd71cf9e37e5388a742dd618716e22645a.zip
typos
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 8aef2d0233..b4ebe64841 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1660,7 +1660,7 @@ typedef struct short_policy_t {
unsigned int is_accept : 1;
/** The actual number of values in 'entries'. */
unsigned int n_entries : 31;
- /** An array of 0 or more short_policy_entry_t values, each descriping a
+ /** An array of 0 or more short_policy_entry_t values, each describing a
* range of ports that this policy accepts or rejects (depending on the
* value of is_accept).
*/