Salome HOME
Deal with pipes
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_AllToAllvTimeDEC.cxx
index 7cffa732dc15829896d9c1c416fb4f1545d4dbcf..348899465e803e106e7ee616fb3f8dff8ab3a87a 100644 (file)
@@ -86,7 +86,7 @@ void MPIAccessDECTest::test_AllToAllvTimeDEC( bool Asynchronous , bool UseMPINat
     strstream << "usage :" << endl
               << "mpirun -np <nbprocs> test_AllToAllTimeDEC" << 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() ) ;