From 6ae74f294d4b0aa39cc233784bbf48a5e65b6a98 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 1 Mar 2017 15:40:01 +0100 Subject: [PATCH] typo --- examples/smpi/replay/replay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1