From 7bcfdbfa5e84310dc2433f2107064f94d5b11bdc Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 4 Aug 2022 20:03:43 +0200 Subject: [PATCH] fix spelling --- login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login.php b/login.php index 54a0de3997..340d909f60 100755 --- a/login.php +++ b/login.php @@ -291,7 +291,7 @@ else } else { - // commiting the session, before redirecting might fix racecondition in session creation + // committing the session, before redirecting might fix race-condition in session creation $GLOBALS['egw']->session->commit_session(); Egw::redirect_link($forward,$extra_vars); } @@ -351,4 +351,4 @@ else } $GLOBALS['egw']->framework->login_screen($extra_vars, $force_password_change); -} +} \ No newline at end of file