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=9a3f48daeedcc6e06bcc731f1c885d07cb15a1be;hp=f090c011c6724d380849359c1ca9a93bd3511fd1;hpb=1e36a6710aab710674e20fbd89f6a9a8f238c023;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;