Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/formated/formatted/
[simgrid.git] / src / xbt / config.c
index 0c23d46..69389e7 100644 (file)
@@ -667,7 +667,7 @@ void xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options) {
     val = strchr(name, ':');
     if (!val) {
       /* don't free(optionlist_cpy) here, 'name' points inside it */
-      xbt_die("Option '%s' badly formated. Should be of the form 'name:value'",
+      xbt_die("Option '%s' badly formatted. Should be of the form 'name:value'",
               name);
     }
     *(val++) = '\0';