Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -463,13 +463,13 @@ RFCBodyPart::adjustBodyPartsLocation(char * start)
if (_body_env && _my_env == DTM_TRUE) {
// CMVC bug 2807
// start points at the body part seperator. Need to
// Skip seperator. Put in a sanity check until we know
// start points at the body part separator. Need to
// Skip separator. Put in a sanity check until we know
// this is the right fix
if (*start != '-' && *(start + 1) != '-') {
fprintf(
stderr,
"RFCBodyPart::adjustBodyPartLocation(%.20s): Not a seperator\n",
"RFCBodyPart::adjustBodyPartLocation(%.20s): Not a separator\n",
start);
} else {
while (*start != '\n')