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