diff options
author | sgeerken <devnull@localhost> | 2012-09-06 18:09:03 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-09-06 18:09:03 +0200 |
commit | dd9bf74348ba7c18a05c5057767a397a34d7c24b (patch) | |
tree | d8b8084a59b33bd9eac29cb3d16999203af92e25 | |
parent | 40b56d7053cdd1824cc4fa2322a63367f90b2ff0 (diff) |
Typo in comment.
-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 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); |