Salome HOME
typo-fix by Kunda
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_MPI_Access_IProbe.cxx
index 75b5f2f037142077d7c4b355e0b47d268f294afb..653b68627c54e3f4b7ff29ac257f98f3df66d582 100644 (file)
@@ -58,7 +58,7 @@ void MPIAccessTest::test_MPI_Access_IProbe() {
 
   if ( size < 2 ) {
     ostringstream strstream ;
-    strstream << "test_MPI_Access_IProbe must be runned with 2 procs" << endl ;
+    strstream << "test_MPI_Access_IProbe must be run with 2 procs" << endl ;
     cerr << strstream.str() << endl ;
     //CPPUNIT_FAIL( strstream.str() ) ;
     return;