X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4849314d08c1c90227cdbbc346f59e6e22a621d2..c53d0aac5a5ab41701f3320d95f1cd2b0f3fd005:/examples/gras/mmrpc/mmrpc.c diff --git a/examples/gras/mmrpc/mmrpc.c b/examples/gras/mmrpc/mmrpc.c index f5998a5623..fa9de31e35 100644 --- a/examples/gras/mmrpc/mmrpc.c +++ b/examples/gras/mmrpc/mmrpc.c @@ -81,7 +81,7 @@ int server(int argc, char *argv[]) /* 5. Register my callback */ gras_cb_register("request", &server_cb_request_handler); - /* 6. Wait up to 10 minutes for an incomming message to handle */ + /* 6. Wait up to 10 minutes for an incoming message to handle */ gras_msg_handle(600.0); /* 7. Free the allocated resources, and shut GRAS down */