aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_qcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_qcall.c')
-rwxr-xr-xapps/app_qcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_qcall.c b/apps/app_qcall.c
index f5721e167..659a39dd7 100755
--- a/apps/app_qcall.c
+++ b/apps/app_qcall.c
@@ -317,7 +317,7 @@ static void *qcall_do(void *arg)
extstr,context,channel->name);
if (strlen(ident)) {
strncat(ident,"-ok", sizeof(ident) - strlen(ident) - 1);
- /* if file existant, play it */
+ /* if file existent, play it */
if (!ast_streamfile(channel,ident,0))
{
ast_waitstream(channel,"");