From ef6a9a2f158f36ce21f61389b34ab51813879da7 Mon Sep 17 00:00:00 2001
From: Rothbardian <chill-filling-foil@duck.com>
Date: Sat, 14 Dec 2024 08:49:34 +0000
Subject: [PATCH] Fix typo in end_to_end.md

---
 website/docs/cmixx/design-specs/end_to_end.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/cmixx/design-specs/end_to_end.md b/website/docs/cmixx/design-specs/end_to_end.md
index 2f0f83b..da05ed2 100644
--- a/website/docs/cmixx/design-specs/end_to_end.md
+++ b/website/docs/cmixx/design-specs/end_to_end.md
@@ -35,7 +35,7 @@ exchanged less frequently than every message.
   expansion, identity generation, and identification codes. Used to
   combine Diffie–Helman and SIDH keys after key integration.
 * HMAC-SHA256: Length is 256 bits. Message HMACs.
-* [Diffie–Hellmen](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange): Length is 3072 bits. Discrete log-based component of key negotiation.
+* [Diffie–Hellman](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange): Length is 3072 bits. Discrete log-based component of key negotiation.
 * [SIDH](https://sike.org/files/SIDH-spec.pdf): Length of public key is 3024 bits. Quantum resistant component of key negotiation.
 
 :::note
-- 
GitLab