From 2e727311b0aeb46c02f0021950f258763a5596dc Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Thu, 12 Jan 2006 06:34:54 +0000 Subject: [PATCH] Bug 106386 Correct misspellings in source code patch by ispiked@gmail.com r=timeless rs=brendan --- intl/uconv/ucvko/nsCP949ToUnicode.cpp | 2 +- widget/src/xpwidgets/nsTransferable.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/intl/uconv/ucvko/nsCP949ToUnicode.cpp b/intl/uconv/ucvko/nsCP949ToUnicode.cpp index fb0bdecdfef..1b83befc5d8 100644 --- a/intl/uconv/ucvko/nsCP949ToUnicode.cpp +++ b/intl/uconv/ucvko/nsCP949ToUnicode.cpp @@ -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, diff --git a/widget/src/xpwidgets/nsTransferable.cpp b/widget/src/xpwidgets/nsTransferable.cpp index fe824b0fd92..e8c4f2b6131 100644 --- a/widget/src/xpwidgets/nsTransferable.cpp +++ b/widget/src/xpwidgets/nsTransferable.cpp @@ -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)