From 201c5fa3f74399c500613c2dd03b9abd20df352d Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sat, 27 Apr 2019 22:10:47 +0200
Subject: [PATCH] Typo

---
 modules/negotiate/lib/Auth/Source/Negotiate.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/negotiate/lib/Auth/Source/Negotiate.php b/modules/negotiate/lib/Auth/Source/Negotiate.php
index d70e21cbb..0f693e346 100644
--- a/modules/negotiate/lib/Auth/Source/Negotiate.php
+++ b/modules/negotiate/lib/Auth/Source/Negotiate.php
@@ -123,7 +123,7 @@ class Negotiate extends \SimpleSAML\Auth\Source
         $state['negotiate:authId'] = $this->authId;
 
 
-        // check for disabled SPs. The disable flag is store in the SP metadata
+        // check for disabled SPs. The disable flag is stored in the SP metadata
         if (array_key_exists('SPMetadata', $state) && $this->spDisabledInMetadata($state['SPMetadata'])) {
             $this->fallBack($state);
         }
-- 
GitLab