From f52c03ec2be8cc67e680eda0cdb6bbb051b858cd Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 26 Sep 2008 08:17:13 -0500 Subject: [PATCH] Fixed a typo. --- espeakup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espeakup.c b/espeakup.c index 26e35d1..eef672c 100644 --- a/espeakup.c +++ b/espeakup.c @@ -75,7 +75,7 @@ void espeakup_sighandler(int sig) /* clear the queue */ queue_clear(); - /* shutdown espeak and close the softsynth */ + /* shut down espeak and close the softsynth */ espeak_Terminate(); close_softsynth();