X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=1e00f09f4f70be0786aeb36c3b6f162d42601a27;hp=c0a2aeaf263fbb6e6b13fd9f29779d733506f545;hb=ca989c0c8b19901cbd7664a9d2b42aa85c9c176e;hpb=6989a070c35b9672683ebb0764ab9051e0650469 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index c0a2aeaf..1e00f09f 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -200,7 +200,7 @@ static bool finalize_invitation(connection_t *c, const char *data, uint16_t len) fprintf(f, "Ed25519PublicKey = %s\n", data); fclose(f); - logger(DEBUG_CONNECTIONS, LOG_INFO, "Key succesfully received from %s (%s)", c->name, c->hostname); + logger(DEBUG_CONNECTIONS, LOG_INFO, "Key successfully received from %s (%s)", c->name, c->hostname); // Call invitation-accepted script environment_t env; @@ -323,7 +323,7 @@ static bool receive_invitation_sptps(void *handle, uint8_t type, const void *dat c->status.invitation_used = true; - logger(DEBUG_CONNECTIONS, LOG_INFO, "Invitation %s succesfully sent to %s (%s)", cookie, c->name, c->hostname); + logger(DEBUG_CONNECTIONS, LOG_INFO, "Invitation %s successfully sent to %s (%s)", cookie, c->name, c->hostname); return true; }