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)) {