Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorder the headers to ensure that ours are actually self-contained
[simgrid.git] / doc / doxygen / module-sd.doc
index e739dca3d1f563edc6da107d47af43142acea20d..90276fac3cd197f87c2bdccae22c709f50f8b300 100644 (file)
@@ -2,12 +2,12 @@
 @defgroup SD_API  SimDag: Legacy handling of DAG algorithms
 @brief Programming environment for DAG applications
 
-SimDag provides functionnalities to simulate parallel task scheduling
+SimDag provides functionalities to simulate parallel task scheduling
 arranged in DAGs (Direct Acyclic Graphs). Only centralized algorithms
 can be expressed with SimDag; consider using @ref MSG_API "MSG" for
 distributed algorithms). 
 
-SimDag is the oldest interface in SimGrid, even if it was temporarly
+SimDag is the oldest interface in SimGrid, even if it was temporarily
 removed when the new superfast kernel was added in SimGrid v3.0. It
 will certainly be deprecated by future releases of the S4U API, when
 inter-activity dependencies are added.