Salome HOME
Thank you to Yutaka Nishizawa for having report this bug (SALOME forum).
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_MPI_Access_Cancel.cxx
index bcbeda7bded88d32c53b4efc731e8e668ec6aec3..50a159da670c06c99c92c12677dce03dab2a9da4 100644 (file)
@@ -58,7 +58,7 @@ void MPIAccessTest::test_MPI_Access_Cancel() {
 
   if ( size < 2 ) {
     ostringstream strstream ;
-    strstream << "test_MPI_Access_Cancel must be runned with 2 procs" << endl ;
+    strstream << "test_MPI_Access_Cancel must be run with 2 procs" << endl ;
     cerr << strstream.str() << endl ;
     //CPPUNIT_FAIL( strstream.str() ) ;
     return;