Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Jul 2021 12:34:23 +0000 (14:34 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Jul 2021 12:40:04 +0000 (14:40 +0200)
NEWS
docs/source/app_s4u.rst

diff --git a/NEWS b/NEWS
index ccdad31..4b9ac1c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \( _ )
 The Victoriadagarna Release
   
   * Programmatic platform description (bye bye XML, hello C++)
-  * New plugin to simplify producer/consummer applications.
+  * New plugin to simplify producer/consumer applications.
   * MC: new tutorial and associated docker image.
   * SMPI: improve error handling for incorrect advanced usages.
   * Many internal cleanups and refactoring to prepare the future.
index cd7d1ab..79e4023 100644 (file)
@@ -1754,7 +1754,7 @@ class Activity
 **Known subclasses:**
 :ref:`Communications <API_s4u_Comm>` (started on Mailboxes and consuming links),
 :ref:`Executions <API_s4u_Exec>` (started on Host and consuming CPU resources)
-:ref:`I/O <API_s4u_Io>` (started on and consumming disks).
+:ref:`I/O <API_s4u_Io>` (started on and consuming disks).
 See also the :ref:`section on activities <s4u_Activities>` above.
 
 Basic management