Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 22:37:10 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2f1da80f21bf - main - libc(localeconv.c): fix "appropriate" spelling
Message-ID:  <202404122237.43CMbAk7018552@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=2f1da80f21bf95607b0fb5f3ec15d65aa6a323a0

commit 2f1da80f21bf95607b0fb5f3ec15d65aa6a323a0
Author:     rilysh <nightquick@proton.me>
AuthorDate: 2024-04-12 22:32:05 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-12 22:34:51 +0000

    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
---
 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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404122237.43CMbAk7018552>