From 8cb5b817fe85add3612b0a5c379a31e20fd88b26 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 2 Dec 2011 13:13:49 +0000
Subject: [PATCH] Fix typo in config-templates/config.php

Thanks to Dick Visser for reporting this!

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2994 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index a4cdb0f6c..4ccf37c49 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -380,7 +380,7 @@ $config = array (
  		99 => 'core:LanguageAdaptor',
 	),
 	/*
-	 * Authentication processing filters that will be executed for all IdPs
+	 * Authentication processing filters that will be executed for all SPs
 	 * Both Shibboleth and SAML 2.0
 	 */
 	'authproc.sp' => array(
-- 
GitLab