diff options
-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; |