~tinc-packagers/tinc-vpn/trunk

« back to all changes in this revision

Viewing changes to src/protocol_misc.c

  • Committer: Guus Sliepen
  • Date: 2018-01-06 19:42:45 UTC
  • Revision ID: git-v1:92afeec172f1f8a9f8b0bfdb94311bf0405433bb
Fix all spelling errors found by codespell.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
bool pong_h(connection_t *c) {
50
50
        c->status.pinged = false;
51
51
 
52
 
        /* Succesful connection, reset timeout if this is an outgoing connection. */
 
52
        /* Successful connection, reset timeout if this is an outgoing connection. */
53
53
 
54
54
        if(c->outgoing) {
55
55
                c->outgoing->timeout = 0;