From 2770ce71e6bcf2eb674ac7bef5277e73797ad235 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