Even more spelling fixed

This commit is contained in:
chase
2018-04-17 22:00:05 -07:00
committed by Jon Trulson
parent 1fe5a550b2
commit 6d3a19d8f9
27 changed files with 30 additions and 30 deletions

View File

@@ -982,7 +982,7 @@ RFCMessage::findMsgEnd(DtMailEnv & error, const char * eof)
_msg_end = eof;
}
else {
// Again, protect against NULL mesages with 1 blank line
// Again, protect against NULL messages with 1 blank line
// before next message. Size was < 0 and crashed in "memcpy".
if ( _msg_end >= _body_start )
_msg_end = backcrlf(_msg_end);