From 1e1a58d3d3515c1998c4a7c70c1ee316a41be05d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 23 Oct 2009 17:39:21 +0200 Subject: [PATCH] USTVA: spelling --- SL/USTVA.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 84cc17dc3..88ed9abf3 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -497,9 +497,9 @@ sub stichtag { #$stichtag =~ /([\d]\d)(\d\d)$/ #$stichtag = "$1.$2.$yy" #$stichtag=$1; - our $description; # most probably not existant. - our $tage_bis; # most probably not existant. - our $ical; # most probably not existant. + our $description; # most probably not existent. + our $tage_bis; # most probably not existent. + our $ical; # most probably not existent. $main::lxdebug->leave_sub(); return ($stichtag, $description, $tage_bis, $ical); -- 2.20.1