X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_MPI_Access_Time.cxx;h=73d0e6ce9159ab7820acb4b808961ffa46e766b4;hb=c4551c56aa89896595842e5b41b048044681b4e8;hp=e5fe82f1d68a88b13c18d2d4a7a64c2d7d63cf85;hpb=5da72d398d0eb1820c3ce6dd90b8579b6b14edf5;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_MPI_Access_Time.cxx b/src/ParaMEDMEMTest/test_MPI_Access_Time.cxx index e5fe82f1d..73d0e6ce9 100644 --- a/src/ParaMEDMEMTest/test_MPI_Access_Time.cxx +++ b/src/ParaMEDMEMTest/test_MPI_Access_Time.cxx @@ -53,7 +53,7 @@ void MPIAccessTest::test_MPI_Access_Time() { if ( size < 2 ) { ostringstream strstream ; - strstream << "test_MPI_Access_Time must be runned with 2 procs" << endl ; + strstream << "test_MPI_Access_Time must be run with 2 procs" << endl ; cerr << strstream.str() << endl ; //CPPUNIT_FAIL( strstream.str() ) ; return;