diff --git a/modules/negotiate/lib/Auth/Source/Negotiate.php b/modules/negotiate/lib/Auth/Source/Negotiate.php
index d70e21cbbf47984341e20d91b14535b7c1aa9fd9..0f693e346761a2ae547f90a52f9dcfcdb98a26f3 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);
         }