diff options
Diffstat (limited to 'dw/findtext.cc')
-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 (); |