From 7c16c87ee28130d05e11a1d364e64fec30bf43fb Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 7 Dec 2010 09:03:37 +0000
Subject: [PATCH] exampleattributeserver: Fix typo.

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

diff --git a/modules/exampleattributeserver/www/attributeserver.php b/modules/exampleattributeserver/www/attributeserver.php
index 19cbee44e..d56c86973 100644
--- a/modules/exampleattributeserver/www/attributeserver.php
+++ b/modules/exampleattributeserver/www/attributeserver.php
@@ -13,7 +13,7 @@ $idpEntityId = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted');
 
 $spEntityId = $query->getIssuer();
 if ($spEntityId === NULL) {
-	throw new SimpleSAML_Errro_BadRequest('Missing <saml:Issuer> in <samlp:AttributeQuery>.');
+	throw new SimpleSAML_Error_BadRequest('Missing <saml:Issuer> in <samlp:AttributeQuery>.');
 }
 
 $idpMetadata = $metadata->getMetadataConfig($idpEntityId, 'saml20-idp-hosted');
-- 
GitLab