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