fix various spelling mistakes in comments (issue #8237, jmls)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-10-26 17:52:15 +00:00
parent 192a93aa37
commit 0ca6a42d7e
11 changed files with 27 additions and 27 deletions

View File

@@ -542,7 +542,7 @@ static void unpacksms8 (unsigned char *i, unsigned char l, unsigned char *udh, i
}
}
while (l--)
*o++ = *i++; /* not to UTF-8 as explicitely 8 bit coding in DCS */
*o++ = *i++; /* not to UTF-8 as explicitly 8 bit coding in DCS */
*udl = (o - ud);
}