From 161c1cd79fe4baa1066059853a0bd3a29b2b4be7 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sun, 9 Jan 2022 23:21:53 +0100 Subject: [PATCH] Fix typo --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 3d246d1c4..d4a4199c9 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -859,7 +859,7 @@ $config = [ ], /** - * Set to a full URL if you want to rediret users that land on SimpleSAMLphp's + * Set to a full URL if you want to redirect users that land on SimpleSAMLphp's * front page to somewhere more useful. If left unset, a basic welcome message * is shown. */ -- GitLab