Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 2 Jan 2019 15:38:34 +0000 (16:38 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 2 Jan 2019 15:38:34 +0000 (16:38 +0100)
examples/python/actor-create/actor-create.py
examples/s4u/actor-create/s4u-actor-create.cpp

index 0edff20..df5062a 100644 (file)
@@ -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.
 #
index 0e2c87d..ff7cf6d 100644 (file)
@@ -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.
  *