[or-cvs] r16949: {tor} fix typo (tor/trunk/src/common)

arma at seul.org arma at seul.org
Wed Sep 24 00:49:29 UTC 2008


Author: arma
Date: 2008-09-23 20:49:29 -0400 (Tue, 23 Sep 2008)
New Revision: 16949

Modified:
   tor/trunk/src/common/address.c
Log:
fix typo


Modified: tor/trunk/src/common/address.c
===================================================================
--- tor/trunk/src/common/address.c	2008-09-23 21:48:58 UTC (rev 16948)
+++ tor/trunk/src/common/address.c	2008-09-24 00:49:29 UTC (rev 16949)
@@ -820,7 +820,7 @@
   }
 }
 
-/** 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)
 {



More information about the tor-commits mailing list