Salome HOME
[PY3] Fix some MRO issues
[modules/smesh.git] / src / SMDS / SMDS_Mesh.hxx
index 814fe9bac7c1aadfb6165f3af97045210ed91a72..b1af99a1d1e6c2d0e8f5b8347130ccd2f4328f93 100644 (file)
@@ -69,7 +69,7 @@ public:
 
   SMDS_Mesh();
   
-  //! to retreive this SMDS_Mesh instance from its elements (index stored in SMDS_Elements)
+  //! to retrieve this SMDS_Mesh instance from its elements (index stored in SMDS_Elements)
   static std::vector<SMDS_Mesh*> _meshList;
 
   //! actual nodes coordinates, cells definition and reverse connectivity are stored in a vtkUnstructuredGrid