htcp

Properties of water suspended in clouds
git clone git://git.meso-star.fr/htcp.git
Log | Files | Refs | README | LICENSE

commit 3206076fa5acd9239e865bdfb8d538e2a36af426
parent ba65814d4f2ee5c9df8979ea1939627621bd3015
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 14 Nov 2018 12:08:24 +0100

Fix typo in the doc/CMakeLists.txt file

Diffstat:
Mcmake/doc/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -22,7 +22,7 @@ find_program(A2X NAMES a2x a2x.py) if(NOT A2X) message(WARNING "The `a2x' program is missing. " - "The htrdr man pages cannot be generated.") + "The htcp man pages cannot be generated.") return() endif()