summaryrefslogtreecommitdiff
path: root/apps/app_while.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-02 15:57:02 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-02 15:57:02 +0000
commitc613897d1c0b7696f34fdd88ef473d7d63a53764 (patch)
tree140374186507d1561a79c4dfb29494a10459c092 /apps/app_while.c
parent00654ddd160aa7f53f575f4988153ed41d1d0a00 (diff)
Fix various typos reported by Lintian
(Also fix the typos in the comments) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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