Explorar el Código

fix typo

svn:r16949
Roger Dingledine hace 15 años
padre
commit
982a22a121
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/address.c

+ 1 - 1
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)
 {