]> www.tinc-vpn.org Git - tinc/blobdiff - src/net_packet.c
Fix all spelling errors found by codespell.
[tinc] / src / net_packet.c
index ce2361cb08cbc4757cd72dd1e5226b2de0ac376f..217518061a15a30a15837e5fe7d1afd9b3f95a86 100644 (file)
@@ -929,7 +929,7 @@ bool receive_sptps_record(void *handle, uint8_t type, const void *data, uint16_t
                if(!from->status.validkey) {
                        from->status.validkey = true;
                        from->status.waitingforkey = false;
-                       logger(DEBUG_META, LOG_INFO, "SPTPS key exchange with %s (%s) succesful", from->name, from->hostname);
+                       logger(DEBUG_META, LOG_INFO, "SPTPS key exchange with %s (%s) successful", from->name, from->hostname);
                }
 
                return true;