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
This commit is contained in:
Tzafrir Cohen
2010-07-02 15:57:02 +00:00
parent 00654ddd16
commit c613897d1c
15 changed files with 44 additions and 44 deletions

View File

@@ -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....