mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixed spelling.
This commit is contained in:
parent
be1711dd70
commit
9b15d99214
@ -269,7 +269,7 @@ CoaleseDirs(char* io_Path)
|
|||||||
{
|
{
|
||||||
|
|
||||||
#if defined(XP_PC) && !defined(XP_OS2)
|
#if defined(XP_PC) && !defined(XP_OS2)
|
||||||
// At first, If this is DBCS charactor, it skips next charactor.
|
// At first, If this is DBCS character, it skips next character.
|
||||||
if (::IsDBCSLeadByte(*fwdPtr) && *(fwdPtr+1) != '\0') {
|
if (::IsDBCSLeadByte(*fwdPtr) && *(fwdPtr+1) != '\0') {
|
||||||
*urlPtr++ = *fwdPtr++;
|
*urlPtr++ = *fwdPtr++;
|
||||||
*urlPtr++ = *fwdPtr;
|
*urlPtr++ = *fwdPtr;
|
||||||
|
Loading…
Reference in New Issue
Block a user