From b6e2b416bf9a5788c8847267b849efcd9e5bbf95 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Mon, 5 May 2014 15:23:25 +0200 Subject: [PATCH] Fix typo in comment --- src/invitation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1