X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finvitation.c;h=3aec3b36f9ec4fb62c92f4d2e570b9cf7bebb3cd;hb=b6e2b416bf9a5788c8847267b849efcd9e5bbf95;hp=63a443d449d562b3d69b5f046c4c2f2f108e051e;hpb=18698c4e123d1ed22f3a2fc5529fac62fbabaf19;p=tinc diff --git a/src/invitation.c b/src/invitation.c index 63a443d4..3aec3b36 100644 --- a/src/invitation.c +++ b/src/invitation.c @@ -250,7 +250,7 @@ int cmd_invite(int argc, char *argv[]) { } free(filename); - // If a daemon is running, ensure no other nodes now about this name + // If a daemon is running, ensure no other nodes know about this name bool found = false; if(connect_tincd(false)) { sendline(fd, "%d %d", CONTROL, REQ_DUMP_NODES);