From 982a22a1214f2394c9a8cd2099b749f3e780ab87 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 24 Sep 2008 00:49:29 +0000 Subject: fix typo svn:r16949 --- src/common/address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/address.c b/src/common/address.c index a9f731e9a2..2a2924a756 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -820,7 +820,7 @@ tor_addr_hash(const tor_addr_t *addr) } } -/** Return a newly allocatd string with a representation of addr. */ +/** Return a newly allocated string with a representation of addr. */ char * tor_dup_addr(const tor_addr_t *addr) { -- cgit v1.2.3-54-g00ecf