From 3c6baa74097200e9e76b7ae9a1d4d756b735005c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 2 Jan 2019 16:38:34 +0100 Subject: [PATCH] typo --- examples/python/actor-create/actor-create.py | 2 +- examples/s4u/actor-create/s4u-actor-create.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/actor-create/actor-create.py b/examples/python/actor-create/actor-create.py index 0edff201e6..df5062ad68 100644 --- a/examples/python/actor-create/actor-create.py +++ b/examples/python/actor-create/actor-create.py @@ -7,7 +7,7 @@ # # The first step is to declare the code of your actors (what they do exactly does not matter to this example) and then # you ask SimGrid to start your actors. There is three ways of doing so: -# - Directly, by instantiating your actor as paramter to Actor::create() +# - Directly, by instantiating your actor as parameter to Actor::create() # - By first registering your actors before instantiating it; # - Through the deployment file. # diff --git a/examples/s4u/actor-create/s4u-actor-create.cpp b/examples/s4u/actor-create/s4u-actor-create.cpp index 0e2c87df55..ff7cf6d596 100644 --- a/examples/s4u/actor-create/s4u-actor-create.cpp +++ b/examples/s4u/actor-create/s4u-actor-create.cpp @@ -7,7 +7,7 @@ * * The first step is to declare the code of your actors (what they do exactly does not matter to this example) and then * you ask SimGrid to start your actors. There is three ways of doing so: - * - Directly, by instantiating your actor as paramter to Actor::create() + * - Directly, by instantiating your actor as parameter to Actor::create() * - By first registering your actors before instantiating it; * - Through the deployment file. * -- 2.20.1