diff --git a/doc/src/Developer_plugins.rst b/doc/src/Developer_plugins.rst index 4947bf53a0..264a77ed5b 100644 --- a/doc/src/Developer_plugins.rst +++ b/doc/src/Developer_plugins.rst @@ -261,4 +261,4 @@ in case the new code is intended to be later included in LAMMPS directly. A plugin may be registered under an existing style name. In that case the plugin will override the existing code. This can be used to modify the behavior of existing styles or to debug new versions of them without -having to recompile/reinstall all of LAMMPS. +having to re-compile or re-install all of LAMMPS. diff --git a/doc/src/fix_polarize.rst b/doc/src/fix_polarize.rst index 760c977b62..b95692b92b 100644 --- a/doc/src/fix_polarize.rst +++ b/doc/src/fix_polarize.rst @@ -143,7 +143,7 @@ control the induced charge solver and the initial values of the interface elemen *polarize/bem/gmres* or *polarize/bem/icc* compute a global 2-element vector which can be accessed by various :doc:`output commands `. The first element is the number of iterations when the solver terminates -(of which the upperbound is set by *iter_max*). The second element is the RMS error. +(of which the upper bound is set by *iter_max*). The second element is the RMS error. Restrictions