Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 14 Jan 2013 09:34:06 +0000 (10:34 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 14 Jan 2013 09:34:17 +0000 (10:34 +0100)
examples/simdag/sd_test2.c

index 8e15509..7c0baab 100644 (file)
@@ -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 */