Salome HOME
Merge V8_4_BR branch.
[modules/smesh.git] / src / SMESH / SMESH_Algo.cxx
index 968154d1a5fa788d2e659fc5a17f2f4e8c17fc78..acb3e7137f0a4217d9092cf7718317f5b86d9816 100644 (file)
@@ -85,7 +85,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;