diff options
author | corvid <corvid@lavabit.com> | 2011-07-17 21:33:47 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-07-17 21:33:47 +0000 |
commit | 08786bfed29fc9eb6bc65894bdfd50d16d9ea4c5 (patch) | |
tree | 3c597648ce615acc939f687bd7ea7aa78451bcdb | |
parent | 2a2c5a48f21e32d4b5232931a4c4a380f547b1ff (diff) |
comment typo
-rw-r--r-- | dw/selection.cc | 2 |
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); } |