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