From 94f31ef66d60a1039262b0d185909531532dfe4c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 16 Jan 2019 22:41:58 +0100 Subject: [PATCH] Typo. --- examples/python/actor-kill/actor-kill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1