X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fnet_packet.c;h=d20ea018605559788f75d4417fd507abce2bc0be;hp=857f00fac867452be47c1a5b63e652945333ae49;hb=ec02aca3d7888f072c5c0d52ba6b5c37ed42b69e;hpb=1f9c1231139d2a93ef4ace9891013d2c23cdf4ae diff --git a/src/net_packet.c b/src/net_packet.c index 857f00fa..d20ea018 100644 --- a/src/net_packet.c +++ b/src/net_packet.c @@ -424,7 +424,7 @@ bool receive_sptps_record(void *handle, uint8_t type, const void *data, uint16_t if(type == SPTPS_HANDSHAKE) { if(!from->status.validkey) { - logger(mesh, MESHLINK_INFO, "SPTPS key exchange with %s succesful", from->name); + logger(mesh, MESHLINK_INFO, "SPTPS key exchange with %s successful", from->name); from->status.validkey = true; from->status.waitingforkey = false;