diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:56:56 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:56:56 -0500 |
commit | a6e0315e3d47a37a12bfee33002a976870120ae2 (patch) | |
tree | 96cd79699f1ceacb5ec7c1d3829d7a538684864a | |
parent | fb1de9ef162455b552521dc4653e43883332af2b (diff) | |
download | tdetoys-a6e0315e3d47a37a12bfee33002a976870120ae2.tar.gz tdetoys-a6e0315e3d47a37a12bfee33002a976870120ae2.zip |
Fix typos.
-rw-r--r-- | amor/amor.cpp | 2 |
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++; |