From: Will Budicm Date: Fri, 25 Dec 2020 11:16:47 +0000 (+1100) Subject: typo. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=ce5349e2a5a2925b28e1054de2081c2250062170;p=LifeLog.git typo. --- 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!