aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2012-10-28 22:34:00 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2012-10-28 22:34:00 +0100
commit6f88372a57ee0f1d22df745fe52f93326c5a0f4b (patch)
treeb55a546f526e1f4fe4961baf6364e2942c50f39b /dw/textblock_linebreaking.cc
parent1e29fcb4dd5c5980dc3c0f0626d9373943790574 (diff)
fix typo in comment
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-rw-r--r--dw/textblock_linebreaking.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock_linebreaking.cc b/dw/textblock_linebreaking.cc
index 09dfd63d..1a0d72f9 100644
--- a/dw/textblock_linebreaking.cc
+++ b/dw/textblock_linebreaking.cc
@@ -480,7 +480,7 @@ void Textblock::wordWrap (int wordIndex, bool wrapAll)
word->badnessAndPenalty.lineTooTight () &&
words->getRef(wordIndex- 1)
->badnessAndPenalty.lineCanBeBroken ()) {
- // TODO Comment the last condition (also below where the minimun is
+ // TODO Comment the last condition (also below where the minimum is
// searched for)
newLine = true;
searchUntil = wordIndex - 1;