From: Martin Quinson Date: Wed, 1 Mar 2017 14:40:01 +0000 (+0100) Subject: typo X-Git-Tag: v3_15~256 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6ae74f294d4b0aa39cc233784bbf48a5e65b6a98?ds=sidebyside typo --- 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 */