summaryrefslogtreecommitdiff
path: root/addons/chan_mobile.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 /addons/chan_mobile.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 'addons/chan_mobile.c')
-rw-r--r--addons/chan_mobile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index ca3e62293..43973f460 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -1242,7 +1242,7 @@ static int mbl_devicestate(void *data)
If the end result > 100, and it usually is if we have the problem, set a flag and compensate by shifting the bytes
for each subsequent frame during the call.
- If the result is <= 100 then clear the flag so we dont come back in here...
+ If the result is <= 100 then clear the flag so we don't come back in here...
This seems to work OK....