summaryrefslogtreecommitdiffstats
path: root/amor
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:56:56 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:56:56 -0500
commita6e0315e3d47a37a12bfee33002a976870120ae2 (patch)
tree96cd79699f1ceacb5ec7c1d3829d7a538684864a /amor
parentfb1de9ef162455b552521dc4653e43883332af2b (diff)
downloadtdetoys-a6e0315e3d47a37a12bfee33002a976870120ae2.tar.gz
tdetoys-a6e0315e3d47a37a12bfee33002a976870120ae2.zip
Fix typos.
Diffstat (limited to 'amor')
-rw-r--r--amor/amor.cpp2
1 files changed, 1 insertions, 1 deletions
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++;