aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_exec.c')
-rw-r--r--apps/app_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_exec.c b/apps/app_exec.c
index 0aafac343..2ab96f593 100644
--- a/apps/app_exec.c
+++ b/apps/app_exec.c
@@ -183,7 +183,7 @@ static int execif_exec(struct ast_channel *chan, void *data)
if ((app = pbx_findapp(myapp))) {
res = pbx_exec(chan, app, mydata);
} else {
- ast_log(LOG_WARNING, "Count not find application! (%s)\n", myapp);
+ ast_log(LOG_WARNING, "Could not find application! (%s)\n", myapp);
res = -1;
}
}