Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spelling mistakes in include/ and examples/
[simgrid.git] / examples / deprecated / java / async / waitall / Main.java
index d183627..5035b0a 100644 (file)
@@ -5,7 +5,7 @@
 
 package async.waitall;
 
-/** This example demonstrates the use of the asynchrounous communications
+/** This example demonstrates the use of the asynchronous communications
  * 
  *  Task.isend() and Task.irecv() are used to start the communications in non-blocking mode.
  *