From a6e0315e3d47a37a12bfee33002a976870120ae2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:56:56 -0500 Subject: Fix typos. --- amor/amor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amor/amor.cpp b/amor/amor.cpp index 71546da..34358f8 100644 --- a/amor/amor.cpp +++ b/amor/amor.cpp @@ -84,7 +84,7 @@ QueueItem::QueueItem(itemType ty, TQString te, int ti) // and length of the item int effectiveLength = 0, nesting = 0; - // discard html code from the lenght count + // discard html code from the length count for (unsigned int i = 0; i < te.length(); i++) { if (te[i] == '<') nesting++; -- cgit v1.2.1