Salome HOME
Fix MEDCoupling tests currently failing on Windows OS:
[tools/medcoupling.git] / src / MEDPartitioner / medpartitioner.cxx
index de188190c895d56c72971d680f11e0e6dbce8ac2..648e3f1ed6dcebba58a72a7617b8e3c67b8ef5b6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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
@@ -302,7 +302,7 @@ int main(int argc, char** argv)
     }
   catch(...)
     {
-      cerr<<"an unknown type exception error was occured"<<endl;
+      cerr<<"an unknown type exception error has occurred"<<endl;
       fflush(stderr);
       return 1;
     }