libc(localeconv.c): fix "appropriate" spelling

From "approprate" to "appropriate".

Signed-off-by: rilysh <nightquick@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1119
This commit is contained in:
rilysh 2024-04-12 16:32:05 -06:00 committed by Warner Losh
parent e7ff917057
commit 2f1da80f21

View file

@ -45,7 +45,7 @@
* monetary and numeric locales.
*
* Because localeconv() may be called many times (especially by library
* routines like printf() & strtod()), the approprate members of the
* routines like printf() & strtod()), the appropriate members of the
* lconv structure are computed only when the monetary or numeric
* locale has been changed.
*/