Salome HOME
typo-fix by Kunda
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_MPI_Access_Send_Recv_Length.cxx
index 087c732687e38e96f35a966b1b8c0d3f6ce39b32..c7553750377bbaa9a6029c41762322afd37b766c 100644 (file)
@@ -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;