Salome HOME
Deal with pipes
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_MPI_Access_ISend_IRecv_Length.cxx
index e290aa268cdd285176e34269c33ccb1835fc0d20..0925eb5096db962ff57cb7d719a80d585aea914f 100644 (file)
@@ -53,7 +53,7 @@ void MPIAccessTest::test_MPI_Access_ISend_IRecv_Length() {
 
   if ( size < 2 ) {
     ostringstream strstream ;
-    strstream << "test_MPI_Access_ISend_IRecv_Length must be runned with 2 procs" << endl ;
+    strstream << "test_MPI_Access_ISend_IRecv_Length must be run with 2 procs" << endl ;
     cerr << strstream.str() << endl ;
     //CPPUNIT_FAIL( strstream.str() ) ;
     return;