Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 1 Mar 2017 14:40:01 +0000 (15:40 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 1 Mar 2017 14:53:50 +0000 (15:53 +0100)
examples/smpi/replay/replay.c

index 7812f6c..8ac5990 100644 (file)
@@ -15,7 +15,7 @@ static void action_blah(const char* const* args)
 }
 
 int main(int argc, char *argv[]) {
-  /* Connect your calllback function to the "blah" event in the trace files */
+  /* Connect your callback function to the "blah" event in the trace files */
   xbt_replay_action_register("blah", action_blah);
 
   /* The regular run of the replayer */