X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d16ebcee6bde01575b4cd88a853e1ac1c2532bf..a093e1d3dad9c1e9af6473e1f96e7d5f76a4dac1:/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 */