From 3634353e601fb892cd78d61f2c9e30fc066606a4 Mon Sep 17 00:00:00 2001 From: "jcole@tetra.spaceapes.com" <> Date: Thu, 1 Feb 2001 06:25:51 -0600 Subject: Changes prompted by manual comments. --- mysys/thr_alarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/thr_alarm.c') diff --git a/mysys/thr_alarm.c b/mysys/thr_alarm.c index 72515932141..09928079eaa 100644 --- a/mysys/thr_alarm.c +++ b/mysys/thr_alarm.c @@ -689,7 +689,7 @@ static void *test_thread(void *arg) fd_set fd; FD_ZERO(&fd); my_thread_init(); - printf("Tread %d (%s) started\n",param,my_thread_name()); fflush(stdout); + printf("Thread %d (%s) started\n",param,my_thread_name()); fflush(stdout); for (i=1 ; i <= 10 ; i++) { wait_time=param ? 11-i : i; -- cgit v1.2.1