aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
authorsgeerken <devnull@localhost>2012-09-06 18:09:03 +0200
committersgeerken <devnull@localhost>2012-09-06 18:09:03 +0200
commitdd9bf74348ba7c18a05c5057767a397a34d7c24b (patch)
treed8b8084a59b33bd9eac29cb3d16999203af92e25 /dw/textblock_linebreaking.cc
parent40b56d7053cdd1824cc4fa2322a63367f90b2ff0 (diff)
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 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);