]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorRoger Dingledine <arma@torproject.org>
Sat, 19 Mar 2005 05:09:13 +0000 (05:09 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 19 Mar 2005 05:09:13 +0000 (05:09 +0000)
svn:r3784

src/or/connection_edge.c

index f3efb0498b661d9e826e8e15af31754d600fa6f9..8bce01ed3a1efb8d675a9e41c44a5a06c1b2bcd5 100644 (file)
@@ -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.