From: suter Date: Fri, 1 Feb 2013 08:37:22 +0000 (+0100) Subject: typo X-Git-Tag: v3_9_90~545 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/593e0d7ee5f10b1a002ec27a3239dc8ec3e065e5 typo --- diff --git a/src/simdag/sd_dotloader.c b/src/simdag/sd_dotloader.c index b6ceb64946..eeba7706ae 100644 --- a/src/simdag/sd_dotloader.c +++ b/src/simdag/sd_dotloader.c @@ -314,7 +314,7 @@ xbt_dynar_t SD_dotload_generic(const char * filename) SD_task_t file; char *name; xbt_dict_foreach(files, cursor, name, file) { - XBT_DEBUG("Considering file '%s' stored in the dictionnary", + XBT_DEBUG("Considering file '%s' stored in the dictionary", file->name); if (xbt_dynar_is_empty(file->tasks_before)) { XBT_DEBUG("file '%s' has no source. Add dependency from 'root'",