Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spellings mistakes in doc/
[simgrid.git] / doc / doxygen / FAQ.doc
index 2509ee9..36f5c3e 100644 (file)
@@ -9,7 +9,7 @@ This document is the FAQ of the MSG interface. Some entries are a bit aging and
 You are at the right place... To understand what you can do or
 cannot do with SimGrid, you should read the
 <a href="https://simgrid.org/tutorials.html">tutorial
-slides</a> from the SimGrid's website. You may find more uptodate
+slides</a> from the SimGrid's website. You may find more up-to-date
 material on the
 <a href="http://people.irisa.fr/Martin.Quinson/blog/SimGrid/">blog of
 Martin Quinson</a>. 
@@ -91,7 +91,7 @@ condition variables or a SimGrid semaphore, as described in @ref
 msg_synchro (in Java, only semaphores are available). But actually,
 many synchronization patterns can be encoded with communication on
 mailboxes. Typically, if you need one process to notify another one,
-you could use a condition variable or a semphore, but sending a
+you could use a condition variable or a semaphore, but sending a
 message to a specific mailbox does the trick in most cases.
 
 @subsubsection faq_MIA_communication_time How can I get the *real* communication time?