diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-19 05:09:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-19 05:09:13 +0000 |
commit | 963ddf2953a000774e9021661b741ec643e95c4e (patch) | |
tree | 4e4003abe535d7c956ffbfeba1f4ad546340131f /src | |
parent | 11aa682812df43502e635c5a76fc77657426f854 (diff) | |
download | tor-963ddf2953a000774e9021661b741ec643e95c4e.tar.gz tor-963ddf2953a000774e9021661b741ec643e95c4e.zip |
fix typo
svn:r3784
Diffstat (limited to 'src')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |