]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_misc.c
Fix spelling errors.
[meshlink] / src / protocol_misc.c
index d0401b93be299bddd5e232fda3f3bf6688ee6d58..8855d20e22a6ada4967c6bd8df759103173ccf2e 100644 (file)
@@ -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;