From 7e284c9171e79fc1d57b7024d7e62bea26368ed0 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 12 Jul 2010 12:44:08 +0000
Subject: [PATCH] aselect: Fix documentation.

Patch by Patrick Honing from issue 322.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2414 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/aselect/docs/aselect.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/aselect/docs/aselect.txt b/modules/aselect/docs/aselect.txt
index d12bc5e61..9e3f91cb1 100644
--- a/modules/aselect/docs/aselect.txt
+++ b/modules/aselect/docs/aselect.txt
@@ -57,8 +57,8 @@ Configuration in authsources.php
         'serverurl'            => 'http://a-select.dev.han.nl:8080/aselectserver/server',
         'serverid'             => 'hanaselect',
         'type'                 => 'cross',                 # type = app/cross
-        'local_organization'   => 'simpleSAMLphp',         # only if type = fed
-        'required_level'       => 10,                      # only if type = fed, defaults to 10
+        'local_organization'   => 'simpleSAMLphp',         # only if type = cross
+        'required_level'       => 10,                      # only if type = cross, defaults to 10
     ),
 
 
-- 
GitLab