From ce5349e2a5a2925b28e1054de2081c2250062170 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Fri, 25 Dec 2020 22:16:47 +1100 Subject: [PATCH] typo. --- htdocs/cgi-bin/login_ctr.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 3272927..4b21c67 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -634,7 +634,7 @@ sub logout { $passw = $session->param('passw'); if($alias){ my $db = Settings::connectDB($DB_NAME, $alias, $passw); - Settings::toLog($db, "Log has properly been loged out by $alias."); + Settings::toLog($db, "Log has properly been logged out by $alias."); $db->disconnect(); } }catch{ @@ -657,7 +657,7 @@ sub logout { -style =>{-type => 'text/css', -src => 'wsrc/main.css'}, ); - print qq(

You have properly loged out of the Life Log Application!

+ print qq(

You have properly logged out of the Life Log Application!




-- 2.34.1