X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_misc.c;fp=src%2Fprotocol_misc.c;h=904ac3fd9999dede5c948e6c44440632034c55de;hp=b57e00f7cb5afeac547e30b9cdd398de4ef6a770;hb=92afeec172f1f8a9f8b0bfdb94311bf0405433bb;hpb=c70f8f8bfbc4e77c12d23056bff150722689eb9d diff --git a/src/protocol_misc.c b/src/protocol_misc.c index b57e00f7..904ac3fd 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -49,7 +49,7 @@ bool send_pong(connection_t *c) { bool pong_h(connection_t *c) { c->status.pinged = false; - /* Succesful connection, reset timeout if this is an outgoing connection. */ + /* Successful connection, reset timeout if this is an outgoing connection. */ if(c->outgoing) { c->outgoing->timeout = 0;