Salome HOME
typo-fix by Kunda + minor changes
[modules/smesh.git] / src / SMESH / SMESH_Algo.cxx
index 4e4002ee321eee827dc676a97d1117a0942295b5..95e775433db585fdc6579a205a3f24fb71b299bd 100644 (file)
@@ -87,7 +87,7 @@ using namespace std;
 bool SMESH_Algo::Features::IsCompatible( const SMESH_Algo::Features& algo2 ) const
 {
   if ( _dim > algo2._dim ) return algo2.IsCompatible( *this );
-  // algo2 is of highter dimension
+  // algo2 is of higher dimension
   if ( _outElemTypes.empty() || algo2._inElemTypes.empty() )
     return false;
   bool compatible = true;