Bug #50126 --> fix a typo for a comment that goes in the log file. Thanks to gemal@gemal.dk for contributing the patch.

r=a=mscott
This commit is contained in:
mscott%netscape.com 2000-08-26 03:06:08 +00:00
parent 5586d4bf4f
commit e83f11310d

View File

@ -1303,7 +1303,7 @@ nsresult nsImapProtocol::SendData(const char * dataBuffer, PRBool aSupressLoggin
if (!aSupressLogging)
Log("SendData", nsnull, dataBuffer);
else
Log("SendData", nsnull, "Logging supressed for this command (it probably contained authentication information");
Log("SendData", nsnull, "Logging suppressed for this command (it probably contained authentication information)");
rv = m_outputStream->Write(dataBuffer, PL_strlen(dataBuffer), &writeCount);
if (NS_FAILED(rv))
{