Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spelling mistakes in include/ and examples/
[simgrid.git] / examples / deprecated / msg / README.doc
index 03505a5..a294843 100644 (file)
@@ -27,7 +27,7 @@ options to see the task executions:
     This example declares several tracing categories
     to that are used to classify its tasks. When the program is executed,
     the tracing mechanism registers the resource utilization of hosts
-    and links according to these categories. Recommanded options:
+    and links according to these categories. Recommended options:
     @verbatim --cfg=tracing:yes --cfg=tracing/categorized:yes --cfg=tracing/uncategorized:yes
     @endverbatim
     
@@ -36,14 +36,14 @@ options to see the task executions:
     This is an augmented version of our basic master/worker example
     using several tracing features. It traces resource usage, sorted
     out in several categories; Trace marks and user variables are also
-    used. Recommanded options:
+    used. Recommended options:
     @verbatim --cfg=tracing/categorized:yes --cfg=tracing/uncategorized:yes
     @endverbatim
     
   - <b>Process migration tracing</b>.
     @ref examples/deprecated/msg/trace-process-migration/trace-process-migration.c \n
     This version is enhanced so that the process migrations can be
-    displayed as arrows in a Gantt-chart visualization. Recommanded
+    displayed as arrows in a Gantt-chart visualization. Recommended
     options to that extend:
     @verbatim -cfg=tracing:yes --cfg=tracing/msg/process:yes
     @endverbatim