Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spell check.
[simgrid.git] / teshsuite / mc / random-bug / random-bug.cpp
index 03bc2ae..57c291a 100644 (file)
@@ -12,7 +12,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(random_bug, "For this example");
 
 enum { ABORT, ASSERT, PRINTF } behavior;
 
-/** A fake application with a bug occuring for some random values */
+/** A fake application with a bug occurring for some random values */
 static void app()
 {
   int x = MC_random(0, 5);