From: Roger Dingledine Date: Sat, 19 Mar 2005 05:09:13 +0000 (+0000) Subject: fix typo X-Git-Tag: tor-0.1.0.1-rc~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963ddf2953a000774e9021661b741ec643e95c4e;p=thirdparty%2Ftor.git fix typo svn:r3784 --- diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index f3efb0498b..8bce01ed3a 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -743,7 +743,7 @@ address_is_invalid_destination(const char *address) { return 0; } -/** Iterate over all address mapings which have exipry times between +/** Iterate over all address mapings which have expiry times between * min_expires and max_expires, inclusive. If sl is provided, add an * "old-addr new-addr" string to sl for each mapping. If sl is NULL, * remove the mappings.