summaryrefslogtreecommitdiffstats
path: root/tools/source/memtools/multisel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/memtools/multisel.cxx')
-rw-r--r--tools/source/memtools/multisel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx
index 72b3bde38c1d..be6dcbd2e4c5 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -190,7 +190,7 @@ bool MultiSelection::Select( long nIndex, bool bSelect )
// try to merge the previous sub selection
ImplMergeSubSelections( nSubSelPos-1, nSubSelPos );
}
- // is is at the beginning of the found sub selection
+ // is it at the beginning of the found sub selection
else if ( nSubSelPos < aSels.size()
&& aSels[ nSubSelPos ]->Min() == (nIndex+1)
)