From: Sven Eckelmann <sven@narfation.org>
Date: Fri, 16 Dec 2022 23:15:25 +0100
Subject: Fix spelling errors

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 src/protocols/ec25519_fhmqvc/handshake.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/protocols/ec25519_fhmqvc/handshake.c b/src/protocols/ec25519_fhmqvc/handshake.c
index a126105..0a5c62b 100644
--- a/src/protocols/ec25519_fhmqvc/handshake.c
+++ b/src/protocols/ec25519_fhmqvc/handshake.c
@@ -710,7 +710,7 @@ void fastd_protocol_ec25519_fhmqvc_handshake_handle(
 	}
 
 	if (!has_field(handshake, RECORD_RECIPIENT_KEY, PUBLICKEYBYTES)) {
-		pr_debug("recived handshake reply without recipient key from %P[%I]", peer, remote_addr);
+		pr_debug("received handshake reply without recipient key from %P[%I]", peer, remote_addr);
 		return;
 	}
 
