From fd9980b9c7640d3d0f8c44cb815ab7dcd806863d Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Fri, 8 Apr 2011 12:29:55 +0000 Subject: [PATCH] Fix spelling mistake. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@119 13b04d17-f746-0410-82c6-800466cd88b0 --- source/scr-bx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/scr-bx.c b/source/scr-bx.c index d762e4b..85daa10 100644 --- a/source/scr-bx.c +++ b/source/scr-bx.c @@ -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"); } if (!count) - fprintf(stderr, "No sockets to attach too\r\n"); + fprintf(stderr, "No sockets to attach to.\r\n"); closedir(dptr); exit(1); } @@ -412,7 +412,7 @@ struct winsize window; 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); }