]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorRoger Dingledine <arma@torproject.org>
Wed, 24 Sep 2008 00:49:29 +0000 (00:49 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 24 Sep 2008 00:49:29 +0000 (00:49 +0000)
svn:r16949

src/common/address.c

index a9f731e9a271d2b5bd1b27626c02b5e73bcb1861..2a2924a75612a0cfdaddcd8202282f5f649ea0c6 100644 (file)
@@ -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)
 {