Fix typo in comment
authorSaverio Proto <zioproto@gmail.com>
Mon, 5 May 2014 13:23:25 +0000 (15:23 +0200)
committerSaverio Proto <zioproto@gmail.com>
Mon, 5 May 2014 13:23:25 +0000 (15:23 +0200)
src/invitation.c

index 63a443d..3aec3b3 100644 (file)
@@ -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);