From a59d2e63c9346a46e08dc72b4a834fcd96ca2fdf Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Wed, 8 Aug 2018 12:15:13 +0200 Subject: [PATCH] Fix typo in docs --- lib/SimpleSAML/Locale/Translate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Locale/Translate.php b/lib/SimpleSAML/Locale/Translate.php index e96cd78f1..423ef4cc5 100644 --- a/lib/SimpleSAML/Locale/Translate.php +++ b/lib/SimpleSAML/Locale/Translate.php @@ -343,7 +343,7 @@ class Translate /** * Include a translation inline instead of putting translations in dictionaries. This function is recommended to be - * used ONLU from variable data, or when the translation is already provided by an external source, as a database + * used ONLY for variable data, or when the translation is already provided by an external source, as a database * or in metadata. * * @param string $tag The tag that has a translation -- GitLab