Fix typo in comment
This commit is contained in:
parent
18698c4e12
commit
b6e2b416bf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue