Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mingw32 cross-build needs love
[simgrid.git] / examples / gras / ping / ping.c
index 73c4c72..00e3db2 100644 (file)
@@ -61,7 +61,7 @@ static int server_cb_ping_handler(gras_socket_t  expeditor,
     return 1;
   }
 
-  INFO0("SERVER: >>>>>>>> Answed with PONG(4321) <<<<<<<<");
+  INFO0("SERVER: >>>>>>>> Answered with PONG(4321) <<<<<<<<");
    
   /* 7. Set the endcondition boolean to true (and make sure the server stops after receiving it). */
   globals->endcondition = 1;