From: suter Date: Wed, 20 Jun 2012 20:55:23 +0000 (+0200) Subject: typo X-Git-Tag: v3_8~538 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5e7c716f72bb9234315dab5fcbb7cb44a4dd5b55?hp=077d73c2be9efab32c98a1b5213461525b73ad36 typo --- diff --git a/src/simdag/sd_dotloader.c b/src/simdag/sd_dotloader.c index 8d150845ac..d2d35d52d4 100644 --- a/src/simdag/sd_dotloader.c +++ b/src/simdag/sd_dotloader.c @@ -342,7 +342,7 @@ void dot_add_task(Agnode_t * dag_node) else { //one of necessary parameters are not given schedule = false; - XBT_VERB("The schedule is ignored, the task %s is not correctly schedule", current_job->name); + XBT_VERB("The schedule is ignored, the task %s is not correctly scheduled", current_job->name); } } }