From 035f3fed25041a5dcf15b5c51b4efae528a8c072 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:29 -0400 Subject: [PATCH] spelling: intended Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Core/L10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/L10n.php b/src/Core/L10n.php index 3f74a4084..1d8cfa705 100644 --- a/src/Core/L10n.php +++ b/src/Core/L10n.php @@ -334,7 +334,7 @@ class L10n // for some languages there is only a single array item $s = $t[0]; } - // if $t is empty, skip it, because empty strings array are indended + // if $t is empty, skip it, because empty strings array are intended // to make string file smaller when there's no translation } else { $s = $t;