ソースを参照

fix typo

svn:r3784
Roger Dingledine 20 年 前
コミット
963ddf2953
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/or/connection_edge.c

+ 1 - 1
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.