meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 9380aad519d9cccffd9f8648cbb41c81d2417089
parent 060ed745ea470bbfb6ff66f9f73827b929d04255
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  6 Dec 2017 18:41:02 +0100

Fix a misspelling

Software has no plural form

Diffstat:
Mstar-engine.html.in | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/star-engine.html.in b/star-engine.html.in @@ -89,7 +89,7 @@ are briefly described below:</p> <h2>Related projects</h2> -<p>The following softwares make use of Star-Engine to implement Monte-Carlo +<p>The following software make use of Star-Engine to implement Monte-Carlo solvers for a wide range of purposes. Refer to the their associated documentation for more informations.</p> @@ -166,7 +166,7 @@ href="https://cmake.org/">CMake</a>.</p> <p>Star-Engine comes with CMake packages that provide programmers using the CMake build system with a seamless integration of the Star-Engine libraries in -their softwares. In order to use these packages, add the Star-Engine install +their software. In order to use these packages, add the Star-Engine install directory to the CMake search paths at the CMake configuration step. Then use the CMake package mechanism to use the required Star-Engine libraries.</p>