diff --git a/config-templates/authmemcookie.php b/config-templates/authmemcookie.php
index fa3e4a9de5b4e55e1f449907f3da49fa0b25e4de..537c07c8339d6f4f140f9042f72e18f5d625230f 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 77e5e12a056be38be906000b6a603f9ab6bfa548..c387a85dc9c12f9d6d03f3fa1af2678fcea4e19a 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"