Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed spelling and grammar in some comments
[simgrid.git] / examples / msg / msg_test.c
index 01a74f3..0f2d63f 100644 (file)
@@ -124,7 +124,7 @@ int slave(int argc, char *argv[])
       MSG_task_destroy(task);
     } else {
       INFO0("Hey ?! What's up ? ");
-      xbt_assert0(0,"Unexpected behaviour");
+      xbt_assert0(0,"Unexpected behavior");
     }
   }
   INFO0("I'm done. See you!");
@@ -167,7 +167,7 @@ int forwarder(int argc, char *argv[])
                   PORT_22);
     } else {
       INFO0("Hey ?! What's up ? ");
-      xbt_assert0(0,"Unexpected behaviour");
+      xbt_assert0(0,"Unexpected behavior");
     }
   }