From a40ce76d155a77a13233581a45fbfa9ccc3f52d2 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Thu, 12 Jul 2018 14:26:17 +0000 Subject: [PATCH] Fix typos svn-origin-rev: 18524 --- src/input_cp2k_almo.F | 2 +- src/input_cp2k_atprop.F | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input_cp2k_almo.F b/src/input_cp2k_almo.F index 40a704c2c9..eabbbcdf93 100644 --- a/src/input_cp2k_almo.F +++ b/src/input_cp2k_almo.F @@ -87,7 +87,7 @@ CONTAINS usage="ALMO_SCF_GUESS MOLECULAR", & default_i_val=atomic_guess, & enum_c_vals=s2a("MOLECULAR", "ATOMIC"), & - enum_desc=s2a("SCF calculations on single molecules controled by the regular SCF "// & + enum_desc=s2a("SCF calculations on single molecules controlled by the regular SCF "// & "keywords outside ALMO options. This kind of calculation is expensive "// & "and only recommended if ALMO SCF does not converge from the ATOMIC guess.", & "Superposition of atomic densities."), & diff --git a/src/input_cp2k_atprop.F b/src/input_cp2k_atprop.F index beb3750f30..8e19eb383c 100644 --- a/src/input_cp2k_atprop.F +++ b/src/input_cp2k_atprop.F @@ -45,7 +45,7 @@ CONTAINS CPASSERT(.NOT. ASSOCIATED(section)) CALL section_create(section, name="ATOMIC", & description="Controls the calculation of atomic properties. "// & - "Printing is controled by FORCE_EVAL / PRINT / PROGRAM_RUN_INFO", & + "Printing is controlled by FORCE_EVAL / PRINT / PROGRAM_RUN_INFO", & repeats=.FALSE., & citations=(/Kikuchi2009/))