From f3b33ea0c63da9f2aba27c276353a994a65b138c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 4 Oct 2020 14:10:35 -0400 Subject: [PATCH] address spelling issues --- doc/src/Tools.rst | 13 +++++++------ tools/lammps-shell/README | 8 ++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/src/Tools.rst b/doc/src/Tools.rst index 96c49623d8..483c77038e 100644 --- a/doc/src/Tools.rst +++ b/doc/src/Tools.rst @@ -439,7 +439,7 @@ is context aware and will expand any first word only to commands available in that executable. - 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 ` command). - For :doc:`compute `, :doc:`fix `, or :doc:`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 populate the history list. -This is realized via the readline library and can thus be customised -with an .inputrc file in the home directory. For application specific -customizations, the LAMMPS shell uses the name "lammps-shell". +This is realized via the readline library and can thus be customized +with an ``.inputrc`` file in the home directory. For application +specific customization, the LAMMPS shell uses the name "lammps-shell". For more information about using and customizing an application using readline, please see the available documentation at: -`http://www.gnu.org/s/readline/#Documentation `_ +`http://www.gnu.org/s/readline/#Documentation +`_ 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: .. parsed-literal:: diff --git a/tools/lammps-shell/README b/tools/lammps-shell/README index 8a0ec73734..efa19236ce 100644 --- a/tools/lammps-shell/README +++ b/tools/lammps-shell/README @@ -35,7 +35,7 @@ is context aware and will expand any first word only to commands available in that executable. - 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 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 populate the history list. -This is realized via the readline library and can thus be customised -with an .inputrc file in the home directory. For application specific -customizations, the LAMMPS shell uses the name "lammps-shell". +This is realized via the readline library and can thus be customized +with an ".inputrc" file in the home directory. For application specific +customization, the LAMMPS shell uses the name "lammps-shell". For more information about using and customizing an application using readline, please see the available documentation at: http://www.gnu.org/s/readline/#Documentation