Fix a typo in locale Docs (#22233)

This commit is contained in:
abdo 2020-09-14 20:36:34 +03:00 committed by GitHub
parent 457d4e97de
commit efcbe786cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -508,7 +508,7 @@ Background, details, hints, tips and caveats
--------------------------------------------
The C standard defines the locale as a program-wide property that may be
relatively expensive to change. On top of that, some implementation are broken
relatively expensive to change. On top of that, some implementations are broken
in such a way that frequent locale changes may cause core dumps. This makes the
locale somewhat painful to use correctly.