Bug 106386 Correct misspellings in source code

patch by ispiked@gmail.com r=timeless rs=brendan
This commit is contained in:
timeless%mozdev.org 2006-01-12 06:34:54 +00:00
Родитель afb80273e3
Коммит e46b658cce
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -50,7 +50,7 @@ static const PRUint16 g_ASCIIShiftTable[] = {
// This is necessary to decode 8byte sequence representation of Hangul
// syllables. This representation is uniq to EUC-KR and is not used
// in CP949. However, this conveter is for both EUC-KR and CP949
// in CP949. However, this converter is for both EUC-KR and CP949
// so that this shift table is put here. See bug 131388.
static const PRUint16 g_DecomposedHangulShiftTable[] = {
0, uDecomposedHangulCharset,

Просмотреть файл

@ -367,7 +367,7 @@ nsTransferable::GetTransferData(const char *aFlavor, nsISupports **aData, PRUint
if (dataProvider) {
rv = dataProvider->GetFlavorData(this, aFlavor, aData, aDataLen);
if (NS_FAILED(rv))
break; // the provider failed. fall into the conveter code below.
break; // the provider failed. fall into the converter code below.
}
}
if (*aData && *aDataLen > 0)