Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove gras from the main documentation
[simgrid.git] / examples / gras / mmrpc / mmrpc_server.c
index e3a1910..d1585f5 100644 (file)
@@ -73,7 +73,7 @@ int server(int argc, char *argv[])
   XBT_INFO("Launch server (port=%d)", port);
   sock = try_gras_socket_server(port);
 
-  /* 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 */