Salome HOME
#24666 [CEA][Windows] BLSURPLUGIN compilation issue
[modules/smesh.git] / src / OBJECT / SMESH_PreviewActorsCollection.cxx
index 7fcd1bcb59614946b547a51165bbe06e10eceef6..8a62e4877a303075af8cfc7d57a502239d0a32fb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -85,8 +85,8 @@ bool SMESH_PreviewActorsCollection::Init( const TopoDS_Shape& theShape,
 
   // Handle( SALOME_InteractiveObject ) anIO = new SALOME_InteractiveObject();
   // anIO->setEntry( theEntry.toUtf8().constData() );
-  
-  // get indexes of seleted elements
+
+  // get indexes of selected elements
   TopExp::MapShapes( theMainShape, myMapOfShapes );
   TopExp_Explorer exp( theShape, theType );
   QSet<int> indices;