summaryrefslogtreecommitdiff
path: root/apps/app_while.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_while.c')
-rw-r--r--apps/app_while.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_while.c b/apps/app_while.c
index f8144fc07..e9a503aad 100644
--- a/apps/app_while.c
+++ b/apps/app_while.c
@@ -204,7 +204,7 @@ static int _while_exec(struct ast_channel *chan, const char *data, int end)
}
#if 0
- /* dont want run away loops if the chan isn't even up
+ /* don't want run away loops if the chan isn't even up
this is up for debate since it slows things down a tad ......
Debate is over... this prevents While/EndWhile from working