Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos [noci]
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 27 Mar 2021 22:43:16 +0000 (23:43 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 27 Mar 2021 22:43:16 +0000 (23:43 +0100)
.gitlab-ci.yml
ChangeLog

index 2c4e140..5d508be 100644 (file)
@@ -17,8 +17,8 @@ ctest:
     paths:
     - lib/
     reports:
-      junit: 
-      - CTestResults.xml 
+      junit:
+      - CTestResults.xml
     expire_in: 1 week
     when: always
 
index 62477c6..b555435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,7 +40,7 @@ Documentation:
    - New section: Programming API of logs.
    - New section: Getting realistic results
    - New section: Examples of SMPI Usage
- - New part: SimGrid's Intenal, with a section on Design goals
+ - New part: SimGrid's Internals, with a section on Design goals
  - Move back to the classical Breathe tool chain, and fix many small glitches.
 
 SMPI:
@@ -81,7 +81,7 @@ SMPI:
      - Codevault bhtree_mpi
 
 Model checker:
- - Only initialze the Dwarf parser when needed, saving 10 seconds in most cases.
+ - Only initialize the Dwarf parser when needed, saving 10 seconds in most cases.
  - Start to overhaul the implementation to modernize it (still ongoing).
 
 XBT: