X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/505a8244525e28d212a27a6cc87d8a58b04dae44..0d2bc3f331786a100a0c79fd05314dba2dd8c06b:/src/xbt/config.c diff --git a/src/xbt/config.c b/src/xbt/config.c index 0c23d46e1a..69389e7175 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -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';