From d340b011d0448ae03a828c290cd77afdfb004a06 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Tue, 18 Jan 2022 16:34:33 +0100 Subject: [PATCH] Typo --- lib/SimpleSAML/XHTML/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index ffbb53122..5ad664905 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -633,7 +633,7 @@ class Template extends Response * Search through entity metadata to find the best value for a * specific property. It will search in order for the current language, default * language and fallback language; it will return the property value (which - * can be a string, array or other type allowed in metadta, if not found it + * can be a string, array or other type allowed in metadata, if not found it * returns null. */ public function getEntityPropertyTranslation(string $property, array $data) -- GitLab