diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-10-28 22:34:00 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-10-28 22:34:00 +0100 |
commit | 6f88372a57ee0f1d22df745fe52f93326c5a0f4b (patch) | |
tree | b55a546f526e1f4fe4961baf6364e2942c50f39b /dw/textblock_linebreaking.cc | |
parent | 1e29fcb4dd5c5980dc3c0f0626d9373943790574 (diff) |
fix typo in comment
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-rw-r--r-- | dw/textblock_linebreaking.cc | 2 |
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; |