X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet_packet.c;h=217518061a15a30a15837e5fe7d1afd9b3f95a86;hb=ca989c0c8b19901cbd7664a9d2b42aa85c9c176e;hp=ce2361cb08cbc4757cd72dd1e5226b2de0ac376f;hpb=0b2361a9399944cd57def87226f2be7f92646aa5;p=tinc diff --git a/src/net_packet.c b/src/net_packet.c index ce2361cb..21751806 100644 --- a/src/net_packet.c +++ b/src/net_packet.c @@ -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;