Skip to content

Commit 9a5384b

Browse files
authored
Typo
1 parent 054fb11 commit 9a5384b

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
@@ -124,7 +124,7 @@ public function authenticate(&$state)
124124
$state['negotiate:authId'] = $this->authId;
125125

126126

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

0 commit comments

Comments
 (0)