X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a847c832c40e3eac4089f4fbc5dea9bc7fab798..e2e8fe5601125b3c81e3eb51b5cea86ad51fbb66:/docs/source/Start_Your_Own_Project.rst diff --git a/docs/source/Start_Your_Own_Project.rst b/docs/source/Start_Your_Own_Project.rst index 6297e2ee85..d24eea4304 100644 --- a/docs/source/Start_Your_Own_Project.rst +++ b/docs/source/Start_Your_Own_Project.rst @@ -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.