X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcollation%2FNumericUppercaseCollation.php;h=4a2d776f67b9c948bd0f2b6ef5235e6ed3c47832;hb=395b9c81ffcc11b6a564a26418dad990e1a708d5;hp=da78a051430059ff44c0bb69d51f014e1437a731;hpb=3e88f9fa2a5a00bc1330560accf8e9d09c8be42a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/collation/NumericUppercaseCollation.php b/includes/collation/NumericUppercaseCollation.php index da78a05143..4a2d776f67 100644 --- a/includes/collation/NumericUppercaseCollation.php +++ b/includes/collation/NumericUppercaseCollation.php @@ -25,7 +25,7 @@ * or pretty-formatted numbers may be unexpected. * * Digits will be based on the wiki's content language settings. If - * you change the content langauge of a wiki you will need to run + * you change the content language of a wiki you will need to run * updateCollation.php --force. Only English (ASCII 0-9) and the * localized version will be counted. Localized digits from other languages * or weird unicode digit equivalents (e.g. 4, 𝟜, ⓸ , ⁴, etc) will not count.