summaryrefslogtreecommitdiffstats
path: root/mimelib/headers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/headers.cpp')
-rw-r--r--mimelib/headers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/headers.cpp b/mimelib/headers.cpp
index 58846188..44f53001 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;