aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
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 4e37104b..3b260c56 100644
--- a/dw/textblock_linebreaking.cc
+++ b/dw/textblock_linebreaking.cc
@@ -917,7 +917,7 @@ void Textblock::rewrap ()
wordWrap (i, false);
- // wordWrap() may insert some new words; since NotSoSimleVector
+ // wordWrap() may insert some new words; since NotSoSimpleVector
// is used for the words list, the internal structure may have
// changed, so getRef() must be called again.
word = words->getRef (i);