Salome HOME
Typo-fix by Kunda
[modules/med.git] / src / MEDCouplingCorba_Swig / MEDCouplingCorbaSwigTest.py
index c31cd604aa9e6294f56e07cb4315660202e3fac2..8ecafbcfe1f293a63c240362f16f96f23986b294 100644 (file)
@@ -194,7 +194,7 @@ class MEDCouplingCorbaServBasicsTest:
         targetMesh=MEDCouplingCurveLinearMesh();
         targetMesh.setTime(2.3,4,5);
         targetMesh.setTimeUnit("us");
-        targetMesh.setName("Example of Cuve linear mesh");
+        targetMesh.setName("Example of Curve linear mesh");
         targetMesh.setDescription("buildCLMesh");
         a1=DataArrayDouble(3*20,1);
         a1.iota(7.) ; a1.rearrange(3);