From fc090c22f4818ab55ad71dbeb21d090f02fd6d65 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 22 Jun 2020 22:24:06 -0400 Subject: [PATCH] fix typo --- doc/src/Build_development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Build_development.rst b/doc/src/Build_development.rst index deb9d5b3cb..3b3d532d7e 100644 --- a/doc/src/Build_development.rst +++ b/doc/src/Build_development.rst @@ -216,7 +216,7 @@ The force style test programs have a common set of options: - verbose output: also print the executed LAMMPS commands The ``ctest`` tool has no mechanism to directly pass flags to the individual -test programs, but a workaround has been implmented where these flags can be +test programs, but a workaround has been implemented where these flags can be set in an environment variable ``TEST_ARGS``. Example: .. code-block:: bash