X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FL10n.php;h=1d8cfa705bae359df110a42d826b28e5e11712a4;hb=b9bb525fe91c176ada2323c2d628291a27594d59;hp=3f74a408496299d3b1be0059a7c548ccd46efec3;hpb=4e4eab7548c6c7bb7f096beb39419fef276af500;p=friendica.git 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;