X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol_misc.c;fp=src%2Fprotocol_misc.c;h=8855d20e22a6ada4967c6bd8df759103173ccf2e;hb=ec02aca3d7888f072c5c0d52ba6b5c37ed42b69e;hp=d0401b93be299bddd5e232fda3f3bf6688ee6d58;hpb=1f9c1231139d2a93ef4ace9891013d2c23cdf4ae;p=meshlink diff --git a/src/protocol_misc.c b/src/protocol_misc.c index d0401b93..8855d20e 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -89,7 +89,7 @@ bool pong_h(meshlink_handle_t *mesh, connection_t *c, const char *request) { (void)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;