From ca8981538b8cefc9474d148cb8fcfac7e435d404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no> Date: Fri, 25 Oct 2013 07:32:55 +0000 Subject: [PATCH] Fixed a typo. Thanks to Boy Baukema for reporting issue #582. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3283 44740490-163a-0410-bde0-09ae8108e29a --- lib/SAML2/HTTPArtifact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SAML2/HTTPArtifact.php b/lib/SAML2/HTTPArtifact.php index d57274212..2294c959b 100644 --- a/lib/SAML2/HTTPArtifact.php +++ b/lib/SAML2/HTTPArtifact.php @@ -73,7 +73,7 @@ class SAML2_HTTPArtifact extends SAML2_Binding { $sourceId = bin2hex(substr($artifact,4,20)); }else{ - throw new Execption('Missing SAMLArt parameter.'); + throw new Exception('Missing SAMLArt parameter.'); } $metadataHandler = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler(); -- GitLab