From fd51e222186715f827bad67c5327ac0d847eaca5 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 24 May 2007 18:32:50 +0000 Subject: 2007-05-24 Martin Hunt * mainloop.c (cleanup_and_exit): Fix typo. --- runtime/staprun/mainloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/staprun/mainloop.c') diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c index ded4325d..008efd74 100644 --- a/runtime/staprun/mainloop.c +++ b/runtime/staprun/mainloop.c @@ -290,7 +290,7 @@ void cleanup_and_exit (int closed) /* what about child processes? we will wait for them here. */ err = waitpid(-1, NULL, WNOHANG); if (err >= 0) - fprintf(stderr,"\nWaititing for processes to exit\n"); + fprintf(stderr,"\nWaiting for processes to exit\n"); while(wait(NULL) > 0) ; if (use_old_transport) -- cgit