Salome HOME
Fix typos by Kunda
[modules/smesh.git] / src / SMESH / SMESH_Mesh.cxx
index b5a598f5725eafae43203519c2f58ad0fc24e31c..9ed363a17251602bd888c851959075cb107425bb 100644 (file)
@@ -1159,7 +1159,7 @@ bool SMESH_Mesh::IsUsedHypothesis(SMESHDS_Hypothesis * anHyp,
   // algorithm parameter
   if (algo)
   {
-    // look trough hypotheses used by algo
+    // look through hypotheses used by algo
     const SMESH_HypoFilter* hypoKind;
     if (( hypoKind = algo->GetCompatibleHypoFilter( !hyp->IsAuxiliary() ))) {
       std::list <const SMESHDS_Hypothesis * > usedHyps;