diff options
author | corvid <corvid@lavabit.com> | 2011-07-07 03:12:07 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-07-07 03:12:07 +0000 |
commit | 2c81ebab40f4c2a655741e104325026fd9788cf7 (patch) | |
tree | 041e68cf9e91e3429597970ca946a188bb5c4620 | |
parent | a9a2e89f9840938e1802cf457f887b17ead7376d (diff) |
fix comment
-rw-r--r-- | dw/findtext.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/findtext.cc b/dw/findtext.cc index bce6f565..9793db91 100644 --- a/dw/findtext.cc +++ b/dw/findtext.cc @@ -106,7 +106,7 @@ FindtextState::Result FindtextState::search (const char *key, bool caseSens, 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 (); |