From: Roger Dingledine Date: Wed, 24 Sep 2008 00:49:29 +0000 (+0000) Subject: fix typo X-Git-Tag: tor-0.2.1.6-alpha~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=982a22a1214f2394c9a8cd2099b749f3e780ab87;p=thirdparty%2Ftor.git fix typo svn:r16949 --- 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) {