Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs/Build.sh: get verbose to see what's failing on CI
[simgrid.git] / docs / source / Start_Your_Own_Project.rst
index 6297e2ee852e678c4a142f84d4bfe4ef19f5a519..d24eea4304a4b89e8e126957a85865b963667301 100644 (file)
@@ -192,6 +192,6 @@ Sometimes, the compilation only spits very few "undefined reference"
 errors. A possible cause is that the system selected an old version of
 the SimGrid library somewhere on your disk.
 
-Dicover which version is used with ``ldd name-of-yoursimulator``.
+Discover which version is used with ``ldd name-of-yoursimulator``.
 Once you've found the obsolete copy of SimGrid, just erase it, and
 recompile and relaunch your program.