Last of the spelling fixed
This commit is contained in:
@@ -631,7 +631,7 @@ MIMEBodyPart::loadBody(DtMailEnv & error)
|
||||
// March 25, 1997
|
||||
// The Content-Disposition field has been designated as the primary
|
||||
// header field for transmitting file names. See RFC 1806. Therefore
|
||||
// the algorithm has bee updated as follows.
|
||||
// the algorithm has been updated as follows.
|
||||
//
|
||||
// 1. DtMail checks the following headers for the "filename" for a body part:
|
||||
// o The "filename" parameter of the "Content-Disposition" header field.
|
||||
|
||||
@@ -234,13 +234,13 @@ RFCBodyPart::getContents(DtMailEnv & error,
|
||||
if (description) {
|
||||
// getDescription should not be passed a DtMailEnv object.
|
||||
// Neither implementation of getDescription (MIME or V3)
|
||||
// sets the error before returning. Besides being unneccessary,
|
||||
// sets the error before returning. Besides being unnecessary,
|
||||
// it requires the caller of getDescription to check the error
|
||||
// status upon its return.
|
||||
//
|
||||
*description = getDescription(error);
|
||||
if (error.isSet()) {
|
||||
// don't care about the error condition returned by getDescription
|
||||
// Don't care about the error condition returned by getDescription
|
||||
// because it returns a valid string no matter what error
|
||||
// condition occurs.
|
||||
error.clear();
|
||||
|
||||
@@ -2482,7 +2482,7 @@ RFCMailBox::ThreadNewMailEntry(void * client_data)
|
||||
//
|
||||
while(info->object_valid->state()) {
|
||||
|
||||
// The following sequence is a little wierd, but here is why.
|
||||
// The following sequence is a little weird, but here is why.
|
||||
// We need to sleep for the ping interval. We can be awaken
|
||||
// early however if the thread catches a signal. The main
|
||||
// thread will send a SIGTERM from the mail box destructor
|
||||
|
||||
@@ -378,7 +378,7 @@ RFCValue::toDate(void)
|
||||
}
|
||||
|
||||
// There are usually no more than 6 tokens in an RFC date. We will
|
||||
// have a few extras just in case we are given a wierd string.
|
||||
// have a few extras just in case we are given a weird string.
|
||||
const char *token_begin[12];
|
||||
const char *token_end[12];
|
||||
int n_tokens = 0;
|
||||
|
||||
Reference in New Issue
Block a user