X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol_auth.c;fp=src%2Fprotocol_auth.c;h=f88aaf4b9e7bf430c08cffb02542fe1b9170dbc6;hb=ec02aca3d7888f072c5c0d52ba6b5c37ed42b69e;hp=7f00da2b950b2c0690105b61e41f82ca7cadc040;hpb=1f9c1231139d2a93ef4ace9891013d2c23cdf4ae;p=meshlink diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 7f00da2b..f88aaf4b 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -186,7 +186,7 @@ static bool finalize_invitation(meshlink_handle_t *mesh, connection_t *c, const fclose(f); - logger(mesh, MESHLINK_INFO, "Key succesfully received from %s", c->name); + logger(mesh, MESHLINK_INFO, "Key successfully received from %s", c->name); //TODO: callback to application to inform of an accepted invitation @@ -339,7 +339,7 @@ static bool receive_invitation_sptps(void *handle, uint8_t type, const void *dat c->status.invitation_used = true; - logger(mesh, MESHLINK_INFO, "Invitation %s succesfully sent to %s", cookie, c->name); + logger(mesh, MESHLINK_INFO, "Invitation %s successfully sent to %s", cookie, c->name); return true; }