summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 13:48:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 14:45:35 +0100
commitaa1b4a294da57bbc54c492c94919486a64b6866f (patch)
treea8044a9db341010ffd48226230ec302611ced5aa /tools
parent3f71a35ac72d604519a3c43a1c1cc44b3e04b420 (diff)
Various typos
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
Diffstat (limited to 'tools')
-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 be6dcbd2e4c5..c385bc43fb98 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -142,7 +142,7 @@ bool MultiSelection::operator== ( MultiSelection& rWith )
aSels.size() != rWith.aSels.size() )
return false;
- // compare the sub seletions
+ // compare the sub selections
for ( size_t n = 0; n < aSels.size(); ++n )
if ( *aSels[ n ] != *rWith.aSels[ n ] )
return false;