From 1049042b3bca7dd822114df045cf71713bfffe1a Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 23 Nov 2009 13:59:05 +0000
Subject: [PATCH] docs: Fix reference to metadata/shib13-idp-remote.php.

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

diff --git a/docs/simplesamlphp-sp.txt b/docs/simplesamlphp-sp.txt
index 7f626d44e..2aef693b6 100644
--- a/docs/simplesamlphp-sp.txt
+++ b/docs/simplesamlphp-sp.txt
@@ -65,7 +65,7 @@ Then edit your `authsources.php` entry, and add references to your certificate:
 Adding IdPs to the SP
 ---------------------
 
-The service provider you are configuring needs to know about the identity providers you are going to connect to it. This is configured by metadata stored in `metadata/saml20-idp-remote.php` and `metadata/shib13-sp-remote.php`.
+The service provider you are configuring needs to know about the identity providers you are going to connect to it. This is configured by metadata stored in `metadata/saml20-idp-remote.php` and `metadata/shib13-idp-remote.php`.
 This is a minimal example of a `metadata/saml20-idp-remote.php` metadata file:
 
     <?php
-- 
GitLab