From 1fbb18e000b17e77468b3e0a71017952803454f3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 10 Oct 2012 16:20:23 +0200 Subject: [PATCH] Typo. --- src/xbt/backtrace_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1