Salome HOME
typo-fix by Kunda
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Maillage.cxx
index de5a5b03644cd3821582a2229b54d219953be172..ed48c6717b302b63daf9ec26b8014a09ffd32bbc 100644 (file)
@@ -324,7 +324,7 @@ void Maillage::inputMED(std::string fichierMED)
   // Lecture des infos concernant le premier maillage
   if (MEDmeshInfo(fid, 1, maa, &spacedim, &mdim, &type, desc, dtunit, &sortingtype, &nPasTemps, &axistype, axisname,
                   unitname) < 0)
-    ERREUR("Error while reading mesh informations ");
+    ERREUR("Error while reading mesh information ");
   //cout << chrono() << " --- inputMED: MEDmeshInfo: OK" << endl;
 
 //  cerr << "maa=" << maa << endl;