From 9aa2bb9edf77f86184b42ec32b92e1543669078a Mon Sep 17 00:00:00 2001 From: rneder Date: Thu, 25 Aug 2016 09:55:10 +0200 Subject: [PATCH] Fixed a trivial typing error. --- discus/prog/discus_err_appl.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discus/prog/discus_err_appl.f90 b/discus/prog/discus_err_appl.f90 index ddbbfaf8..6375e74d 100644 --- a/discus/prog/discus_err_appl.f90 +++ b/discus/prog/discus_err_appl.f90 @@ -17,7 +17,7 @@ SUBROUTINE discus_errlist_appl & 'Mismatch between corners and increments' ,& !-132 ! discus & 'No surface sites for ligands found' ,& !-131 ! discus & 'No surface atoms found ',& !-130 ! discus - & 'No decoration definition exists yes ',& !-129 ! discus + & 'No decoration definition exists yet ',& !-129 ! discus & 'Could not add the new decoration ',& !-128 ! discus & 'Empty content file ',& !-127 ! discus & 'H-M symbol in CIF file is a question mark',& !-126 ! discus