Comment fixes.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@453 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
olavmrk 2008-03-27 15:37:53 +00:00
parent cec61c744d
commit 3c413b3154
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ $config = array(
/*
* This option contains the port number of the memcache server where we should store the
* authentication information. Thos option should match the port part of the
* authentication information. This option should match the port part of the
* Auth_memCookie_Memcached_AddrPort option in the Auth MemCookie configuration.
*
* Default:

View File

@ -22,7 +22,7 @@
# This command causes apache to redirect to the given
# URL when we receive a '401 Authorization Required'
# error. We redirect to "/openssophp/spSSOInit.php",
# error. We redirect to "/simplesaml/authmemcookie.php",
# which initializes a login to the IdP.
ErrorDocument 401 "/simplesaml/authmemcookie.php"