From: Arnaud Giersch Date: Thu, 6 Mar 2014 11:56:54 +0000 (+0100) Subject: Typos. X-Git-Tag: v3_11~242^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3c36a4dcb20bae4c170a2b87038ee0fcc4ee34e9 Typos. --- diff --git a/teshsuite/msg/task_destroy_cancel.c b/teshsuite/msg/task_destroy_cancel.c index f3689f9594..0d04024f04 100644 --- a/teshsuite/msg/task_destroy_cancel.c +++ b/teshsuite/msg/task_destroy_cancel.c @@ -85,7 +85,7 @@ int slave(int argc, char *argv[]) task = NULL; res = MSG_task_receive(&(task), mailbox); xbt_assert(res == MSG_OK, "MSG_task_get failed"); - XBT_INFO("Handleling task \"%s\"", MSG_task_get_name(task)); + XBT_INFO("Handling task \"%s\"", MSG_task_get_name(task)); if (!strcmp(MSG_task_get_name(task), "finalize")) { XBT_INFO("Destroying task \"%s\"", task->name); diff --git a/teshsuite/msg/task_destroy_cancel.tesh b/teshsuite/msg/task_destroy_cancel.tesh index 17c755989f..1e3a6ba523 100644 --- a/teshsuite/msg/task_destroy_cancel.tesh +++ b/teshsuite/msg/task_destroy_cancel.tesh @@ -1,18 +1,18 @@ $ msg/task_destroy_cancel ${srcdir:=.}/msg/task_destroy_cancel.xml > [Tremblay:master:(1) 0.000000] [msg_test/INFO] Sending task: "normal" -> [Jupiter:slave:(2) 0.027003] [msg_test/INFO] Handleling Task "normal" +> [Jupiter:slave:(2) 0.027003] [msg_test/INFO] Handling task "normal" > [Tremblay:master:(1) 0.027003] [msg_test/INFO] Canceling task "cancel directly" directly > [Tremblay:master:(1) 0.027003] [msg_test/INFO] Destroying task "destroy directly" directly > [Tremblay:master:(1) 0.027003] [msg_test/INFO] Canceling task "cancel" during comm > [Tremblay:master:(1) 0.027003] [msg_test/INFO] Destroying task "finalize" during comm > [Jupiter:slave:(2) 0.682345] [msg_test/INFO] Task "normal" done in 0.655342 (amount 0.000000) -> [Jupiter:slave:(2) 0.709348] [msg_test/INFO] Handleling Task "cancel" +> [Jupiter:slave:(2) 0.709348] [msg_test/INFO] Handling task "cancel" > [Jupiter:worker1:(3) 0.709348] [msg_test/INFO] Start cancel > [Jupiter:slave:(2) 0.709348] [msg_test/INFO] Canceling task "cancel" > [Jupiter:worker1:(3) 0.710127] [msg_test/INFO] Task done > [Tremblay:master:(1) 0.736350] [msg_test/INFO] Goodbye now! -> [Jupiter:slave:(2) 0.736350] [msg_test/INFO] Handleling Task "finalize" +> [Jupiter:slave:(2) 0.736350] [msg_test/INFO] Handling task "finalize" > [Jupiter:slave:(2) 0.736350] [msg_test/INFO] Destroying task "finalize" > [Jupiter:slave:(2) 0.736350] [msg_test/INFO] I'm done. See you! > [0.736350] [msg_test/INFO] Simulation time 0.73635