Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 21:41:58 +0000 (22:41 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 22:02:11 +0000 (23:02 +0100)
examples/python/actor-kill/actor-kill.py

index bb85af9..73e2bb4 100644 (file)
@@ -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)