Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -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();