From f60ae7f4134f315ae0481826770001c6bbb7e51e Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Fri, 4 Oct 2019 22:47:32 +0200
Subject: [PATCH] Fix typo

---
 docs/simplesamlphp-upgrade-notes-1.18.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/simplesamlphp-upgrade-notes-1.18.md b/docs/simplesamlphp-upgrade-notes-1.18.md
index 9638f6216..785563c8e 100644
--- a/docs/simplesamlphp-upgrade-notes-1.18.md
+++ b/docs/simplesamlphp-upgrade-notes-1.18.md
@@ -6,7 +6,7 @@ The minimum PHP version required is now PHP 5.6.
 ### Deprecations
 
 * The use of the PHP `memcache` extension was deprecated in favour of `memcached`.
-In order to keep using memcache functionality you have to move to the PHP `memchached` extension,
+In order to keep using memcache functionality you have to move to the PHP `memcached` extension,
 which is available from PECL; see https://pecl.php.net/package/memcached. The former is considered abandoned
 and it's safe use can no longer be guaranteed.
 
-- 
GitLab