address spelling issues

This commit is contained in:
Axel Kohlmeyer
2020-10-04 14:10:35 -04:00
parent d1e76068e8
commit f3b33ea0c6
2 changed files with 11 additions and 10 deletions

View File

@ -439,7 +439,7 @@ is context aware and will expand any first word only to commands
available in that executable. available in that executable.
- For style commands it will expand to available styles of the - For style commands it will expand to available styles of the
corresponding categrory (e.g. pair styles after a corresponding category (e.g. pair styles after a
:doc:`pair_style <pair_style>` command). :doc:`pair_style <pair_style>` command).
- For :doc:`compute <compute>`, :doc:`fix <fix>`, or :doc:`dump <dump>` - For :doc:`compute <compute>`, :doc:`fix <fix>`, or :doc:`dump <dump>`
@ -479,17 +479,18 @@ On exit the LAMMPS shell will write the history list to a file
file exists when the LAMMPS shell is launched it will be read to file exists when the LAMMPS shell is launched it will be read to
populate the history list. populate the history list.
This is realized via the readline library and can thus be customised This is realized via the readline library and can thus be customized
with an .inputrc file in the home directory. For application specific with an ``.inputrc`` file in the home directory. For application
customizations, the LAMMPS shell uses the name "lammps-shell". specific customization, the LAMMPS shell uses the name "lammps-shell".
For more information about using and customizing an application using For more information about using and customizing an application using
readline, please see the available documentation at: readline, please see the available documentation at:
`http://www.gnu.org/s/readline/#Documentation <http://www.gnu.org/s/readline/#Documentation>`_ `http://www.gnu.org/s/readline/#Documentation
<http://www.gnu.org/s/readline/#Documentation>`_
Additional commands Additional commands
=================== ===================
The followind commands are added to the LAMMPS shell on top of the The following commands are added to the LAMMPS shell on top of the
regular LAMMPS commands: regular LAMMPS commands:
.. parsed-literal:: .. parsed-literal::

View File

@ -35,7 +35,7 @@ is context aware and will expand any first word only to commands
available in that executable. available in that executable.
- For style commands it will expand to available styles of the - For style commands it will expand to available styles of the
corresponding categrory (e.g. pair styles after a pair_style command). corresponding category (e.g. pair styles after a pair_style command).
- For "compute", "fix", or "dump" it will also expand only to already - For "compute", "fix", or "dump" it will also expand only to already
defined groups for the group-ID keyword. defined groups for the group-ID keyword.
@ -71,9 +71,9 @@ On exit the LAMMPS shell will write the history list to a file
file exists when the LAMMPS shell is launched it will be read to file exists when the LAMMPS shell is launched it will be read to
populate the history list. populate the history list.
This is realized via the readline library and can thus be customised This is realized via the readline library and can thus be customized
with an .inputrc file in the home directory. For application specific with an ".inputrc" file in the home directory. For application specific
customizations, the LAMMPS shell uses the name "lammps-shell". customization, the LAMMPS shell uses the name "lammps-shell".
For more information about using and customizing an application using For more information about using and customizing an application using
readline, please see the available documentation at: readline, please see the available documentation at:
http://www.gnu.org/s/readline/#Documentation http://www.gnu.org/s/readline/#Documentation