The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=2f1da80f21bf95607b0fb5f3ec15d65aa6a323a0
commit 2f1da80f21bf95607b0fb5f3ec15d65aa6a323a0 Author: rilysh <nightqu...@proton.me> AuthorDate: 2024-04-12 22:32:05 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2024-04-12 22:34:51 +0000 libc(localeconv.c): fix "appropriate" spelling From "approprate" to "appropriate". Signed-off-by: rilysh <nightqu...@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1119 --- lib/libc/locale/localeconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/locale/localeconv.c b/lib/libc/locale/localeconv.c index 6b7d560b3932..2cd629e8210d 100644 --- a/lib/libc/locale/localeconv.c +++ b/lib/libc/locale/localeconv.c @@ -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. */