From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:29 +0000 (-0400) Subject: spelling: intended X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=035f3fed25041a5dcf15b5c51b4efae528a8c072;p=friendica.git spelling: intended Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Core/L10n.php b/src/Core/L10n.php index 3f74a40849..1d8cfa705b 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;