Skip to content

Commit f31b566

Browse files
committed
Typo
1 parent ba69aa1 commit f31b566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Auth/Source/Negotiate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function authenticate(&$state)
123123
$state['negotiate:authId'] = $this->authId;
124124

125125

126-
// check for disabled SPs. The disable flag is store in the SP metadata
126+
// check for disabled SPs. The disable flag is stored in the SP metadata
127127
if (array_key_exists('SPMetadata', $state) && $this->spDisabledInMetadata($state['SPMetadata'])) {
128128
$this->fallBack($state);
129129
}

0 commit comments

Comments
 (0)