diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-24 00:49:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-24 00:49:29 +0000 |
commit | 982a22a1214f2394c9a8cd2099b749f3e780ab87 (patch) | |
tree | 87519b36bfc15363bcf946f1ed2064d7b4c06c78 /src/common | |
parent | f59c13b7a3c226589e71244136c3ed578c13426c (diff) | |
download | tor-982a22a1214f2394c9a8cd2099b749f3e780ab87.tar.gz tor-982a22a1214f2394c9a8cd2099b749f3e780ab87.zip |
fix typo
svn:r16949
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b>addr</b>. */ +/** Return a newly allocated string with a representation of <b>addr</b>. */ char * tor_dup_addr(const tor_addr_t *addr) { |