From 73be92587081f445d893dbd69fb92fdd77dc7d34 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 27 Mar 2008 15:37:53 +0000
Subject: [PATCH] Comment fixes.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@453 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/authmemcookie.php | 2 +-
 extra/auth_memcookie.conf          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config-templates/authmemcookie.php b/config-templates/authmemcookie.php
index fa3e4a9de..537c07c83 100644
--- a/config-templates/authmemcookie.php
+++ b/config-templates/authmemcookie.php
@@ -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:
diff --git a/extra/auth_memcookie.conf b/extra/auth_memcookie.conf
index 77e5e12a0..c387a85dc 100644
--- a/extra/auth_memcookie.conf
+++ b/extra/auth_memcookie.conf
@@ -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"
 
-- 
GitLab