From 287eabb190bdc479f0170b692991ada5133ba57d Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Fri, 6 Jan 2023 18:37:40 +0000
Subject: [PATCH] Remove notice about AuthMemcookie deprecated since 1.15.

It's just a module now.
---
 docs/simplesamlphp-advancedfeatures.md | 6 ------
 docs/simplesamlphp-theming.md          | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/docs/simplesamlphp-advancedfeatures.md b/docs/simplesamlphp-advancedfeatures.md
index 76ac9e9c7..3315c165d 100644
--- a/docs/simplesamlphp-advancedfeatures.md
+++ b/docs/simplesamlphp-advancedfeatures.md
@@ -55,12 +55,6 @@ simpleSAMLphp can be configured to send HTTP/S requests via such a proxy. The pr
 
 The default is not to use a proxy ('proxy' = null) and no username and password are used ('proxy.auth' = false).
 
-## Auth MemCookie
-
-[Auth MemCookie](http://authmemcookie.sourceforge.net/) support is deprecated in the standard code base of SimpleSAMLphp
- and will no longer be available starting in SimpleSAMLphp 2.0. Please use the new
- [memcookie module](https://github.com/simplesamlphp/simplesamlphp-module-memcookie) instead.
-
 ## Metadata signing
 
 SimpleSAMLphp supports signing of the metadata it generates. Metadata signing is configured by four options:
diff --git a/docs/simplesamlphp-theming.md b/docs/simplesamlphp-theming.md
index af53a17aa..7934deaea 100644
--- a/docs/simplesamlphp-theming.md
+++ b/docs/simplesamlphp-theming.md
@@ -101,7 +101,7 @@ See the [Twig documentation](https://twig.symfony.com/doc/2.x/templates.html) fo
 ## Migrating to Twig templates
 
 For existing themes that have been created before SimpleSAMLphp 2.0, you may need to upgrade them to the Twig
-templating enging to be compatible with SimpleSAMLphp 2.0.
+templating engine to be compatible with SimpleSAMLphp 2.0.
 
 Twig works by extending a base template, which can itself include other partial templates. Some of the content of the old `includes/header.php` template is now located in a separate `_header.twig` file. This can be customized by copying it from the base template:
 
-- 
GitLab