diff options
Diffstat (limited to 'src/core/or/onion.h')
-rw-r--r-- | src/core/or/onion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/onion.h b/src/core/or/onion.h index 600e67c3cd..0dac21ab6b 100644 --- a/src/core/or/onion.h +++ b/src/core/or/onion.h @@ -50,7 +50,7 @@ typedef struct extend_cell_t { tor_addr_port_t orport_ipv4; /** An IPv6 address and port for the node we're connecting to. */ tor_addr_port_t orport_ipv6; - /** Identity fingerprint of the node we're conecting to.*/ + /** Identity fingerprint of the node we're connecting to.*/ uint8_t node_id[DIGEST_LEN]; /** Ed25519 public identity key. Zero if not set. */ struct ed25519_public_key_t ed_pubkey; |