Salome HOME
Merge remote-tracking branch 'origin/master'
[modules/smesh.git] / src / SMESH_SWIG / smeshBuilder.py
index bd9966d40f171d4387c7768332265cfa5b6f17e6..d8366f4d401324188753c9e7dd68a982eae5837a 100644 (file)
@@ -231,7 +231,7 @@ def TreatHypoStatus(status, hypName, geomName, isAlgo, mesh):
         reason = hypType + " of the same dimension is already assigned to this shape"
     elif status == HYP_BAD_DIM :
         reason = hypType + " mismatches the shape"
-    elif status == HYP_CONCURENT :
+    elif status == HYP_CONCURRENT :
         reason = "there are concurrent hypotheses on sub-shapes"
     elif status == HYP_BAD_SUBSHAPE :
         reason = "the shape is neither the main one, nor its sub-shape, nor a valid group"