diff options
Diffstat (limited to 'mimelib/headers.cpp')
-rw-r--r-- | mimelib/headers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/headers.cpp b/mimelib/headers.cpp index 588461889..44f53001e 100644 --- a/mimelib/headers.cpp +++ b/mimelib/headers.cpp @@ -8,7 +8,7 @@ // All rights reserved. // // IN NO EVENT SHALL DOUGLAS W. SAUDER BE LIABLE TO ANY PARTY FOR DIRECT, -// INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF +// INDIRECT, SPECIAL, INCIDENTAL, OR CONSETQUENTIAL DAMAGES ARISING OUT OF // THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF DOUGLAS W. SAUDER // HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // @@ -336,7 +336,7 @@ void DwHeaders::AddOrReplaceField(DwField* aField) mFirstField = aField; } aField->SetNext(field->Next()); - // Check whether we've tqreplaced the last field + // Check whether we've replaced the last field if ( !aField->Next() ) mLastField = aField; delete field; |