X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/896386afac0a53b642ff35bb8467791bb952559f..2b8c07353c8ad4bd14b2dc006c0a044a0336480b:/teshsuite/smpi/MBI/P2PSendrecvArgGenerator.py diff --git a/teshsuite/smpi/MBI/P2PSendrecvArgGenerator.py b/teshsuite/smpi/MBI/P2PSendrecvArgGenerator.py index 8ed991fed7..ef6fb16e42 100644 --- a/teshsuite/smpi/MBI/P2PSendrecvArgGenerator.py +++ b/teshsuite/smpi/MBI/P2PSendrecvArgGenerator.py @@ -126,7 +126,7 @@ for s in gen.send: # Generate a code with non distinct buffer replace = patterns.copy() replace['shortdesc'] = 'Invalid buffer on Sendrecv function.' - replace['longdesc'] = 'Invalid buffer on Sendrecv, the tow buffers must be distinct.' + replace['longdesc'] = 'Invalid buffer on Sendrecv, the two buffers must be distinct.' replace['outcome'] = 'ERROR: InvalidBuffer' replace['errormsg'] = '@{sr}@ at @{filename}@:@{line:MBIERROR}@ send buffer and recv buffer must be distinct.' replace['change_arg'] = gen.write[sr]("2")