Skip to content

Commit aab9c54

Browse files
authored
mispelings
1 parent cadabb7 commit aab9c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo1/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
$auth->processSLO(false, $requestID);
106106
$errors = $auth->getErrors();
107107
if (empty($errors)) {
108-
echo '<p>Sucessfully logged out</p>';
108+
echo '<p>Successfully logged out</p>';
109109
} else {
110110
echo '<p>', htmlentities(implode(', ', $errors)), '</p>';
111111
if ($auth->getSettings()->isDebugActive()) {

0 commit comments

Comments
 (0)