X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba747ecf0be34dbe90a464e78e67700a27642d74..6ae74f294d4b0aa39cc233784bbf48a5e65b6a98:/examples/smpi/replay/replay.c diff --git a/examples/smpi/replay/replay.c b/examples/smpi/replay/replay.c index 7812f6c4db..8ac5990c2a 100644 --- a/examples/smpi/replay/replay.c +++ b/examples/smpi/replay/replay.c @@ -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 */