aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_festival.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 17:52:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 17:52:15 +0000
commitb1b9710998ebc8f33f25c6f13ba838e01706f3bb (patch)
treeb4975a18a567f52ea48af4cb551f864df8d45d6d /apps/app_festival.c
parentc20e95709085540ac6e3a5bc013a8020f18ee377 (diff)
fix various spelling mistakes in comments (issue #8237, jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46339 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_festival.c')
-rw-r--r--apps/app_festival.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_festival.c b/apps/app_festival.c
index dafd89423..e02459873 100644
--- a/apps/app_festival.c
+++ b/apps/app_festival.c
@@ -73,7 +73,7 @@ static char *socket_receive_file_to_buff(int fd,int *size)
{
/* Receive file (probably a waveform file) from socket using */
/* Festival key stuff technique, but long winded I know, sorry */
- /* but will receive any file without closeing the stream or */
+ /* but will receive any file without closing the stream or */
/* using OOB data */
static char *file_stuff_key = "ft_StUfF_key"; /* must == Festival's key */
char *buff;