]> git.meshlink.io Git - meshlink/blobdiff - src/net_packet.c
Fix spelling errors.
[meshlink] / src / net_packet.c
index 857f00fac867452be47c1a5b63e652945333ae49..d20ea018605559788f75d4417fd507abce2bc0be 100644 (file)
@@ -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;