Salome HOME
typo-fix by Kunda
[modules/smesh.git] / src / SMESH_I / SMESH_2smeshpy.cxx
index e7155c2157326b01eca798cf5cf649af80d2fbf4..75c97665077cf12a0eda94a88d70a52410145eb9 100644 (file)
@@ -5056,7 +5056,7 @@ bool _pyStringFamily::Add( const char* str )
 
     _strings.erase( itLess, ++itMore );
   }
-  else // to few string to make a family fot them
+  else // too few string to make a family for them
   {
     _strings.insert( itStr, str );
   }