Skip to content

Commit 4b879f5

Browse files
[FIX] Auth: Fix typos in log message
(cherry picked from commit 3f5ebd0)
1 parent 7c54742 commit 4b879f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ILIAS/Authentication/classes/Frontend/class.ilAuthFrontend.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ protected function handleAuthenticationSuccess(ilAuthProviderInterface $provider
282282
return false;
283283
}
284284

285-
// check simultaneos logins
286-
$this->logger->debug('Check simutaneous login');
285+
// check simultaneous logins
286+
$this->logger->debug('Check simultaneous login');
287287
if (!$this->checkSimultaneousLogins($user)) {
288288
$this->logger->info('Authentication failed: simultaneous logins forbidden for user: ' . $this->getStatus()->getAuthenticatedUserId());
289289
$this->getStatus()->setStatus(ilAuthStatus::STATUS_AUTHENTICATION_FAILED);

0 commit comments

Comments
 (0)