Salome HOME
Fix a typo nagate -> negate
[modules/smesh.git] / src / SMESH / SMESH_HypoFilter.hxx
index 7bcbe813c3f522770d1cfea1a9c0cc48a94f9c8c..13cb407538eba707a7bd3087802ba971f0b84458 100644 (file)
@@ -59,9 +59,9 @@ class SMESH_EXPORT SMESH_HypoFilter: public SMESH_HypoPredicate
   // Create and add predicates.
   // Added predicates will be destroyed by filter when it dies
   SMESH_HypoFilter();
-  SMESH_HypoFilter( SMESH_HypoPredicate* aPredicate, bool notNagate = true );
-  // notNagate==false means !aPredicate->IsOk()
-  SMESH_HypoFilter & Init  ( SMESH_HypoPredicate* aPredicate, bool notNagate = true );
+  SMESH_HypoFilter( SMESH_HypoPredicate* aPredicate, bool notNegate = true );
+  // notNegate==false means !aPredicate->IsOk()
+  SMESH_HypoFilter & Init  ( SMESH_HypoPredicate* aPredicate, bool notNegate = true );
   SMESH_HypoFilter & And   ( SMESH_HypoPredicate* aPredicate );
   SMESH_HypoFilter & AndNot( SMESH_HypoPredicate* aPredicate );
   SMESH_HypoFilter & Or    ( SMESH_HypoPredicate* aPredicate );