From fc76436ce23208938350983209c482f84c20c3cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Castelli?= Date: Thu, 31 Jul 2014 11:19:36 +0200 Subject: [PATCH] Fix annoying typo in help message. --- src/simix/smx_global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 3ff404a832..3bb6bff54a 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -71,7 +71,7 @@ static void _XBT_CALL segvhandler(int signum, siginfo_t *siginfo, void *context) #ifdef HAVE_SMPI if (smpi_enabled() && !smpi_privatize_global_variables) { fprintf(stderr, - "Try to enable SMPI variable privatization with --cfg:smpi/privatize_global_variable:yes.\n"); + "Try to enable SMPI variable privatization with --cfg=smpi/privatize_global_variables:yes.\n"); } #endif } -- 2.20.1