From 536c36f0275d7ce4492b584de24a1677c5150dfa Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sat, 26 Aug 2000 03:06:08 +0000 Subject: [PATCH] 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 --- mailnews/imap/src/nsImapProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/imap/src/nsImapProtocol.cpp b/mailnews/imap/src/nsImapProtocol.cpp index 7681d57fd7c..cccca36a9d7 100644 --- a/mailnews/imap/src/nsImapProtocol.cpp +++ b/mailnews/imap/src/nsImapProtocol.cpp @@ -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)) {