Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
[simgrid.git] / 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 */