Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revalidate the output after last change in surf messing with event order, and fix...
[simgrid.git] / teshsuite / gras / msg_handle / msg_handle.c
index bac7f9b..cfe9e99 100644 (file)
@@ -71,7 +71,7 @@ int server (int argc,char *argv[]) {
   xbt_assert1(gras_os_time() - now < 0.01,
              "gras_msg_handle(0) do not anwser immediately (%.4fsec)",
              gras_os_time() - now);
-  INFO0("gras_msg_handle(0) works as expected (imediate timeout)");
+  INFO0("gras_msg_handle(0) works as expected (immediate timeout)");
   /* Launch handle(0) when there is no message. Timeout expected */
   got_expected = 0;
   TRY {