зеркало из https://github.com/mozilla/gecko-dev.git
Spelling fix for bug #16386.
This commit is contained in:
Родитель
74d7368d51
Коммит
3b0705ad68
|
@ -1915,7 +1915,7 @@ nsSocketTransport::GetSocketErrorString(PRUint32 iCode,
|
||||||
break;
|
break;
|
||||||
case eSocketState_WaitReadWrite:
|
case eSocketState_WaitReadWrite:
|
||||||
{
|
{
|
||||||
static nsAutoString frommesg("Transfering data from ");
|
static nsAutoString frommesg("Transferring data from ");
|
||||||
static nsAutoString tomesg("Sending request to ");
|
static nsAutoString tomesg("Sending request to ");
|
||||||
*oString = (mWriteContext == nsnull) ?
|
*oString = (mWriteContext == nsnull) ?
|
||||||
frommesg.ToNewUnicode() : tomesg.ToNewUnicode();
|
frommesg.ToNewUnicode() : tomesg.ToNewUnicode();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче