X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_MPI_Access_Send_Recv_Length.cxx;h=c7553750377bbaa9a6029c41762322afd37b766c;hb=c4551c56aa89896595842e5b41b048044681b4e8;hp=f090c011c6724d380849359c1ca9a93bd3511fd1;hpb=e8f616a523471bd47f2eb60e6fded7b2b6363639;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv_Length.cxx b/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv_Length.cxx index f090c011c..c75537503 100644 --- a/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv_Length.cxx +++ b/src/ParaMEDMEMTest/test_MPI_Access_Send_Recv_Length.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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;