From: alegrand Date: Wed, 21 Sep 2005 14:10:54 +0000 (+0000) Subject: "Malformated" is not correct and malformation is only for fetal development. :) X-Git-Tag: v3.3~3627 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4756cec22a00f6fd09a87e4b92e441f70e5ee6cd?hp=c7898b4af64e8069cba0b528baeb2cc5a0bf1b45 "Malformated" is not correct and malformation is only for fetal development. :) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1730 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/config.c b/src/xbt/config.c index 904cbc2119..f56f61b66e 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -565,7 +565,7 @@ xbt_cfg_set_parse(xbt_cfg_t cfg, const char *options) { if (!val) { free(optionlist_cpy); xbt_assert1(FALSE, - "Malformated option: '%s'; Should be of the form 'name:value'", + "Bad format for option '%s'; Should be of the form 'name:value'", name); } *(val++)='\0';