From 8547a56790d9149855ad8f3f3b940359a41ca2dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 12 Mar 2009 09:29:10 +0000
Subject: [PATCH] Fix typo in documentation

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1399 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-reference-idp-hosted.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-reference-idp-hosted.txt b/docs/simplesamlphp-reference-idp-hosted.txt
index 45190fd83..8afd8ea0c 100644
--- a/docs/simplesamlphp-reference-idp-hosted.txt
+++ b/docs/simplesamlphp-reference-idp-hosted.txt
@@ -219,7 +219,7 @@ These are some examples of IdP metadata
             /* The authentication source for this IdP. Must be one
              * from config/authsources.php.
              */
-            'auth' => 'example-userpasse',
+            'auth' => 'example-userpass',
         ),
     );
     ?>
-- 
GitLab