spelling
authorLaurent Mazet <mazet@softndesign.org>
Sun, 8 Jun 2025 09:12:56 +0000 (11:12 +0200)
committerLaurent Mazet <mazet@softndesign.org>
Sun, 8 Jun 2025 09:12:56 +0000 (11:12 +0200)
ulvpn.c

diff --git a/ulvpn.c b/ulvpn.c
index fae12d905ad6d9ff1fe9ebde7127504709382ba5..1d53073ea0a4f52f6291984f688b0ea609b6f455 100644 (file)
--- a/ulvpn.c
+++ b/ulvpn.c
@@ -124,7 +124,7 @@ int encrypt (uint8_t *buffer, int len, cm_t *cm)
     int in_len = 0;
     int seqrx = MOREP_Receive_timeout (cm->rxblack, &msgtype, in, &in_len, timeout);
     if ((msgtype != 0x01) || (in_len != out_len + 16) || (seqtx != seqrx)) {
-        VERBOSE (ulvpn, WARNING, PRINTF ("non-coherent encrypyted message\n"));
+        VERBOSE (ulvpn, WARNING, PRINTF ("non-coherent encrypted message\n"));
         return 0;
     }
     ENCRYPTED_DATA_t enc = {0};