From: Arnaud Giersch Date: Wed, 16 Jan 2019 21:41:58 +0000 (+0100) Subject: Typo. X-Git-Tag: v3_22~543 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/94f31ef66d60a1039262b0d185909531532dfe4c Typo. --- diff --git a/examples/python/actor-kill/actor-kill.py b/examples/python/actor-kill/actor-kill.py index bb85af93df..73e2bb43de 100644 --- a/examples/python/actor-kill/actor-kill.py +++ b/examples/python/actor-kill/actor-kill.py @@ -40,7 +40,7 @@ def killer(): this_actor.sleep_for(1) # that's a no-op, there is no zombies in SimGrid - this_actor.info("Kill victim_b, even if it's already dead") + this_actor.info("Kill victim B, even if it's already dead") victim_b.kill() this_actor.sleep_for(1)