Salome HOME
Intersec bug fix: when intersecting nodes are merged, they were not properly
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_AllToAllvDEC.cxx
index 193c000d02eab23db35a713d7d40b5f585d56b0c..f63c4779e32ae98aa108de50daccca2ddedc8e52 100644 (file)
@@ -81,7 +81,7 @@ void MPIAccessDECTest::test_AllToAllvDEC( bool Asynchronous ) {
     strstream << "usage :" << endl
               << "mpirun -np <nbprocs> test_AllToAllvDEC" << endl
               << " (nbprocs >=2)" << endl
-              << "test must be runned with more than 1 proc and less than 12 procs"
+              << "test must be run with more than 1 proc and less than 12 procs"
               << endl ;
     cerr << strstream.str() << endl ;
     CPPUNIT_FAIL( strstream.str() ) ;