]> tinc-vpn.org Git - tinc/blobdiff - src/protocol_misc.c
Fix all spelling errors found by codespell.
[tinc] / src / protocol_misc.c
index a78728fac240cf8f6f2b55e258bd025a38e21f05..d4a45e8ce820580b553da752ac4fd522970405fa 100644 (file)
@@ -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;