X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_misc.c;h=d4a45e8ce820580b553da752ac4fd522970405fa;hb=ca989c0c8b19901cbd7664a9d2b42aa85c9c176e;hp=a78728fac240cf8f6f2b55e258bd025a38e21f05;hpb=b34eb5555d40b7e87c1e06988250e4977a793c09;p=tinc diff --git a/src/protocol_misc.c b/src/protocol_misc.c index a78728fa..d4a45e8c 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -64,7 +64,7 @@ bool send_pong(connection_t *c) { bool pong_h(connection_t *c, const char *request) { 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;