diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 0d44ffd30..3c9281d5f 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -419,7 +419,7 @@ int router_compare_addr_to_exit_policy(uint32_t addr, uint16_t port, /* The exit policy is reject ???:port */ maybe_reject = 1; } else { - /* The exit policy is acccept ???:port */ + /* The exit policy is accept ???:port */ maybe_accept = 1; } } |