From ffdf499cb1c78a062c8a091ee22b56330e2a60c1 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 28 Jul 2024 11:24:46 -0400 Subject: [PATCH] fix typo --- doc/src/Howto_lammps_gui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Howto_lammps_gui.rst b/doc/src/Howto_lammps_gui.rst index b2d2ba754e..fef2fff434 100644 --- a/doc/src/Howto_lammps_gui.rst +++ b/doc/src/Howto_lammps_gui.rst @@ -106,7 +106,7 @@ Compiling from Source ^^^^^^^^^^^^^^^^^^^^^ There also are instructions for :ref:`compiling LAMMPS-GUI from source -code ` avilable elsewhere in the manual. +code ` available elsewhere in the manual. Compilation from source *requires* using CMake. -----