summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/selection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/selection.cc b/dw/selection.cc
index 311c551b..1552e80e 100644
--- a/dw/selection.cc
+++ b/dw/selection.cc
@@ -302,7 +302,7 @@ void SelectionState::adjustSelection (Iterator *it, int charPos)
}
} else {
if (cmpOld * cmpDiff < 0) {
- // The user has reduced the selection. Unighlight the difference.
+ // The user has reduced the selection. Unhighlight the difference.
highlight0 (false, to, 0, newTo, 0, cmpDiff);
}