Fixed spelling.

This commit is contained in:
warren%netscape.com 2000-06-28 07:06:09 +00:00
parent be1711dd70
commit 9b15d99214

View File

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