aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/connection_edge.c2
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.