From b9508aebd86fca36bb5c442a7690894d7b150e45 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Thu, 8 Jan 2015 09:09:11 +0000 Subject: [PATCH] Fix documentation 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 307a529c9..12367f4a7 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -745,7 +745,7 @@ $config = array( * Set to NULL to disable checking of URLs. * * simpleSAMLphp will automatically add your own domain (either by checking - * it dinamically, or by using the domain defined in the 'baseurlpath' + * it dynamically, or by using the domain defined in the 'baseurlpath' * directive, the latter having precedence) to the list of trusted domains, * in case this option is NOT set to NULL. In that case, you are explicitly * telling simpleSAMLphp to verify URLs. -- GitLab