Merge pull request #137 from Teteros/fix-typo

Fix typo: 'enstablished' -> 'established'
This commit is contained in:
Emanuele Faranda 2019-06-13 13:24:31 +00:00 committed by GitHub
commit 645181345f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -437,7 +437,7 @@ static void peer_set_p2p_confirmed(n2n_edge_t * eee,
scan->sock = *peer;
scan->last_p2p = now;
traceEvent(TRACE_NORMAL, "P2P connection enstablished: %s [%s]",
traceEvent(TRACE_NORMAL, "P2P connection established: %s [%s]",
macaddr_str(mac_buf, mac),
sock_to_cstr(sockbuf, peer));