Salome HOME
Typo-fix by Kunda
[modules/med.git] / src / MEDCouplingCorba / Test / MEDCouplingMeshFieldFactoryComponent.cxx
index c286f03e7c328e2a37f95da9cf71e81402a1b59d..ca9b21a3e100208e0f200f3b410bc6074a32483c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -244,7 +244,7 @@ namespace SALOME_TEST
     MEDCoupling::MEDCouplingCurveLinearMesh *targetMesh=MEDCoupling::MEDCouplingCurveLinearMesh::New();
     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");
     MEDCoupling::DataArrayDouble *a1=MEDCoupling::DataArrayDouble::New();
     a1->alloc(3*20,1);