зеркало из https://github.com/mozilla/gecko-dev.git
Bug 106386 Correct misspellings in source code
patch by ispiked@gmail.com r=timeless rs=brendan
This commit is contained in:
Родитель
afb80273e3
Коммит
e46b658cce
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче