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:
Kevin Easton
2011-04-08 12:29:55 +00:00
parent 7f293687b1
commit fd9980b9c7

View File

@@ -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);
} }