Fix spelling mistake.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@119 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -234,7 +234,7 @@ int doit = 0;
|
|||||||
fprintf(stderr, "%30s %s\r\n", dir->d_name, ((st.st_mode & 0700) == 0600) ? "detached":"Attached or dead");
|
fprintf(stderr, "%30s %s\r\n", dir->d_name, ((st.st_mode & 0700) == 0600) ? "detached":"Attached or dead");
|
||||||
}
|
}
|
||||||
if (!count)
|
if (!count)
|
||||||
fprintf(stderr, "No sockets to attach too\r\n");
|
fprintf(stderr, "No sockets to attach to.\r\n");
|
||||||
closedir(dptr);
|
closedir(dptr);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
@@ -412,7 +412,7 @@ struct winsize window;
|
|||||||
|
|
||||||
if (!(name = find_detach_socket(socket_path, tty)))
|
if (!(name = find_detach_socket(socket_path, tty)))
|
||||||
{
|
{
|
||||||
fprintf(stderr, "No detached process to attach too\r\n");
|
fprintf(stderr, "No detached process to attach to.\r\n");
|
||||||
_exit(1);
|
_exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user