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