correct various misspelled words and remove corresponding false positives

This commit is contained in:
Axel Kohlmeyer
2020-03-12 06:25:42 -04:00
parent 1372c20d94
commit 524b37598f
14 changed files with 14 additions and 19 deletions

View File

@ -317,7 +317,7 @@ Several options are available and "mode=exe" is the default.
.. code-block:: bash
make machine # build LAMMPS executable lmp_machine
mkae mode=exe machine # same as "make machine"
make mode=exe machine # same as "make machine"
make mode=lib machine # build LAMMPS static lib liblammps_machine.a
make mode=shlib machine # build LAMMPS shared lib liblammps_machine.so
make mode=shexe machine # same as "mode=exe" but uses objects from "mode=shlib"