From aa81d8f89fe3bd8f6c947d4cf62299005f78092b Mon Sep 17 00:00:00 2001
From: Jon Dufresne <jon.dufresne@gmail.com>
Date: Tue, 11 Dec 2018 08:39:46 -0800
Subject: [PATCH] Fix typo in authsources.php template (#1015)

---
 config-templates/authsources.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-templates/authsources.php b/config-templates/authsources.php
index 1a71c6f05..c48b0e022 100644
--- a/config-templates/authsources.php
+++ b/config-templates/authsources.php
@@ -20,7 +20,7 @@ $config = [
         // Can be NULL/unset, in which case an entity ID is generated based on the metadata URL.
         'entityID' => null,
 
-        // The entity ID of the IdP this should SP should contact.
+        // The entity ID of the IdP this SP should contact.
         // Can be NULL/unset, in which case the user will be shown a list of available IdPs.
         'idp' => null,
 
-- 
GitLab