mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user