X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8ba0bc2f48c6b9b96dfedd8fd383b941d5fdd0b..693f30b46244c152cd79cdf3ad35d4a79b866c9c:/examples/gras/rpc/rpc.c diff --git a/examples/gras/rpc/rpc.c b/examples/gras/rpc/rpc.c index 4d120038a1..a12da5348f 100644 --- a/examples/gras/rpc/rpc.c +++ b/examples/gras/rpc/rpc.c @@ -370,7 +370,7 @@ int server(int argc, char *argv[]) XBT_INFO("Listening on port %d", xbt_socket_my_port(mysock)); - /* 5. Wait for the ping incomming messages */ + /* 5. Wait for the ping incoming messages */ /** \bug if the server is gone before the forwarder tries to connect, it dies awfully with the following message. The problem stands somewhere