From 583d3823d80c53e50052c35146fdb769b1b76aee Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 23 Nov 2020 19:54:28 -0500 Subject: [PATCH] address spelling issues --- doc/src/Developer_unittest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/Developer_unittest.rst b/doc/src/Developer_unittest.rst index 34ba4990b1..693a740e8c 100644 --- a/doc/src/Developer_unittest.rst +++ b/doc/src/Developer_unittest.rst @@ -254,7 +254,7 @@ Tests for the Python module and package The ``unittest/python`` folder contains primarily tests for classes and functions in the LAMMPS python module but also for commands in the PYTHON package. These tests are only enabled, if the necessary -pre-requisites are detected or enabled during configuration and +prerequisites are detected or enabled during configuration and compilation of LAMMPS (shared library build enabled, Python interpreter found, Python development files found). @@ -336,7 +336,7 @@ testing pair styles: - date when the file was last updated * - epsilon - base value for the relative precision required for tests to pass - * - prerequistes + * - prerequisites - list of style kind / style name pairs required to run the test * - pre_commands - LAMMPS commands to be executed before the input template file is read