Mercurial > dillo_port1.3
changeset 2114:420e8aa657ff
fix comment
author | corvid <corvid@lavabit.com> |
---|---|
date | Do, 07 Jul 2011 03:12:07 +0000 |
parents | 01c1a5571552 |
children | d13d8f75a1e5 |
files | dw/findtext.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dw/findtext.cc So Jul 03 19:45:26 2011 +0000 +++ b/dw/findtext.cc Do Jul 07 03:12:07 2011 +0000 @@ -106,7 +106,7 @@ bool firstTrial = !wasHighlighted || newKey; if (search0 (backwards, firstTrial)) { - // Highlighlighting is done with a clone. + // Highlighting is done with a clone. hlIterator = iterator->cloneCharIterator (); for (int i = 0; key[i]; i++) hlIterator->next ();