From: Arnaud Giersch Date: Wed, 10 Oct 2012 14:20:23 +0000 (+0200) Subject: Typo. X-Git-Tag: v3_8~85 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1fbb18e000b17e77468b3e0a71017952803454f3?ds=sidebyside Typo. --- diff --git a/src/xbt/backtrace_linux.c b/src/xbt/backtrace_linux.c index 06621d904b..af6621a216 100644 --- a/src/xbt/backtrace_linux.c +++ b/src/xbt/backtrace_linux.c @@ -154,7 +154,7 @@ void xbt_ex_setup_backtrace(xbt_ex_t * e) //FIXME: This code could be greatly im e->bt_strings = xbt_new(char *, 1); e->bt_strings[0] = - bprintf("(binary '%s' not found the path)", xbt_binary_name); + bprintf("(binary '%s' not found in the PATH)", xbt_binary_name); free(backtrace_syms); return; }