X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6135eea71e3f38292e9da828bdcf04eb110509fe..51d4edd27c6eb85f2db6df6d531d1538739cfbb3:/src/smpi/smpi_bench.cpp diff --git a/src/smpi/smpi_bench.cpp b/src/smpi/smpi_bench.cpp index b7b7c6df0e..7873514ec5 100644 --- a/src/smpi/smpi_bench.cpp +++ b/src/smpi/smpi_bench.cpp @@ -613,7 +613,7 @@ void *smpi_shared_malloc(size_t size, const char *file, int line) char* dumb = (char*)calloc(1, smpi_shared_malloc_blocksize); ssize_t err = write(smpi_shared_malloc_bogusfile, dumb, smpi_shared_malloc_blocksize); if(err<0) - xbt_die("could ot write bogus file for shared malloc"); + xbt_die("Could not write bogus file for shared malloc"); free(dumb); }