bug 213158: fix mispelling s/attatch/attach

r/sr=dbaron
This commit is contained in:
chanial%noos.fr 2003-07-20 21:08:42 +00:00
Родитель ec6977ef04
Коммит b1e88957c4
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -154,7 +154,7 @@ void abnormal_exit_handler(int signum)
#endif
printf("Sleeping for 5 minutes.\n");
printf("Type 'gdb viewer %d' to attatch your debugger to this thread.\n", getpid());
printf("Type 'gdb viewer %d' to attach your debugger to this thread.\n", getpid());
sleep(300);
printf("Done sleeping...\n");
}

Просмотреть файл

@ -157,7 +157,7 @@ ah_crap_handler(int signum)
nsTraceRefcnt::WalkTheStack(stdout);
printf("Sleeping for 5 minutes.\n");
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
_progname,
getpid());

Просмотреть файл

@ -155,7 +155,7 @@ ah_crap_handler(int signum)
nsTraceRefcnt::WalkTheStack(stdout);
printf("Sleeping for 5 minutes.\n");
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
_progname,
getpid());

Просмотреть файл

@ -97,7 +97,7 @@ void abnormal_exit_handler(int signum)
_progname, getpid(), strsignal(signum));
printf("Sleeping for 5 minutes.\n");
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
_progname, getpid());
sleep(300);
@ -128,7 +128,7 @@ ah_crap_handler(int signum)
DumpStackToFile(stdout);
printf("Sleeping for 5 minutes.\n");
printf("Type 'gdb %s %d' to attatch your debugger to this thread.\n",
printf("Type 'gdb %s %d' to attach your debugger to this thread.\n",
_progname,
getpid());