From: Arnaud Giersch Date: Mon, 14 Jan 2013 09:34:06 +0000 (+0100) Subject: Typo. X-Git-Tag: v3_9_rc1~86^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ab53e28fd3b2c329701b261e70518b6a2d4d626b Typo. --- diff --git a/examples/simdag/sd_test2.c b/examples/simdag/sd_test2.c index 8e15509c13..7c0baabb13 100644 --- a/examples/simdag/sd_test2.c +++ b/examples/simdag/sd_test2.c @@ -67,7 +67,7 @@ int main(int argc, char **argv) if (strstr(argv[1],".lua")) SD_load_environment_script(argv[1]); else - xbt_die("Unsupported platform description styel (neither XML nor lua): %s", + xbt_die("Unsupported platform description style (neither XML nor lua): %s", argv[1]); /* getting platform infos */