From 8e9f8a24a8008be80ab9e30a25c4e89ec6347052 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 17 Apr 2019 21:16:06 +0200 Subject: [PATCH] Typo. --- src/simix/smx_global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index 8a524e18df..461b844559 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -361,7 +361,7 @@ static bool SIMIX_execute_timers() try { timer->callback(); } catch (...) { - xbt_die("Exception thrown ouf of timer callback"); + xbt_die("Exception thrown out of timer callback"); } delete timer; } -- 2.20.1