From c69546aa12d950ea92390a283bb035e01c522d40 Mon Sep 17 00:00:00 2001 From: giannozz Date: Thu, 19 Jul 2012 16:36:01 +0000 Subject: [PATCH] Misspells git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9203 c92efa57-630b-4861-b058-cf58834340f0 --- Modules/input_parameters.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/input_parameters.f90 b/Modules/input_parameters.f90 index bc39b0390..c3636ea3c 100644 --- a/Modules/input_parameters.f90 +++ b/Modules/input_parameters.f90 @@ -252,9 +252,9 @@ MODULE input_parameters ! controls memory usage CHARACTER(len=80) :: memory_allowed(3) DATA memory_allowed / 'small', 'default', 'large' / - ! if memory = 'small' then QE trys to use (when implemented) algorithms using less memory, + ! if memory = 'small' then QE tries to use (when implemented) algorithms using less memory, ! even if they are slower than the default - ! if memory = 'large' then QE trys to use (when implemented) algorithms using more memory + ! if memory = 'large' then QE tries to use (when implemented) algorithms using more memory ! to enhance performance. #if defined (__MS2)