From d77bebe8433c60ac3a8bdf75e7891e46e9544fa5 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 3 Nov 2023 14:44:53 +0000 Subject: [PATCH] Spelling --- 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 ee7581066..07e57af99 100644 --- a/src/Core/L10n.php +++ b/src/Core/L10n.php @@ -398,7 +398,7 @@ class L10n /** * Get language codes that are detectable by our language detection routines. - * Öanguages are excluded that aren't used often and that tend to false detections. + * Languages are excluded that aren't used often and that tend to false detections. * The listed codes are a collection of both the official ISO 639-1 codes and * the codes that are used by our built-in language detection routine. * When the detection is done, the result only consists of the official ISO 639-1 codes.