From e184b2de2b9a3d87527eda652b94b8eb80449a30 Mon Sep 17 00:00:00 2001 From: degomme Date: Fri, 24 Jun 2016 15:52:53 +0200 Subject: [PATCH] typo --- src/surf/HostImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/HostImpl.cpp b/src/surf/HostImpl.cpp index 24411bcfba..ae6d38acc6 100644 --- a/src/surf/HostImpl.cpp +++ b/src/surf/HostImpl.cpp @@ -109,7 +109,7 @@ Action *HostModel::executeParallelTask(int host_nb, #undef cost_or_zero xbt_free(host_list); if(action==nullptr) - xbt_die("This model doesn't support tasks with 0 comm and 0 computation, please use ptak_L07 instead"); + xbt_die("This model doesn't support tasks with 0 comm and 0 computation, please use ptask_L07 instead"); return action; } -- 2.20.1