Salome HOME
Refactoring of the Selector package: split selection algorithms to separated classes.
[modules/shaper.git] / src / Selector / Selector_NExplode.h
index dc4d0064bd6d0f3b514f7ef01b284ffd54518ea4..cb23b4d24c3ec19ff6fd8185889ef6158b0b4add 100644 (file)
@@ -45,7 +45,7 @@ class Selector_NExplode
    SELECTOR_EXPORT TopoDS_Shape shape(const int theIndex);
 
 protected:
-  TopoDS_ListOfShape mySorted; ///< keepthe the ordered list of shapes
+  TopoDS_ListOfShape mySorted; ///< keep the ordered list of shapes
 };
 
 #endif