Salome HOME
typo-fix by Kunda
[modules/smesh.git] / src / SMESH / SMESH_HypoFilter.cxx
index 40bb38a0382a573f3b9a8dfdc4f31fc7f824f581..8a81dca6297056edb38930d12dbcd7d84a2607d2 100644 (file)
@@ -77,7 +77,7 @@ int SMESH_HypoFilter::DimPredicate::Value( const SMESH_Hypothesis* aHyp ) const
 bool SMESH_HypoFilter::ApplicablePredicate::IsOk(const SMESH_Hypothesis* aHyp,
                                                  const TopoDS_Shape&     /*aShape*/) const
 {
-  return SMESH_subMesh::IsApplicableHypotesis( aHyp, (TopAbs_ShapeEnum)_shapeType );
+  return SMESH_subMesh::IsApplicableHypothesis( aHyp, (TopAbs_ShapeEnum)_shapeType );
 };
 
 //=======================================================================