Fix all spelling errors found by codespell.
[oweals/tinc.git] / src / protocol_misc.c
index b57e00f7cb5afeac547e30b9cdd398de4ef6a770..904ac3fd9999dede5c948e6c44440632034c55de 100644 (file)
@@ -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;