diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-09-05 19:46:35 +0000 |
commit | 025be3f592b920ff0a3e602e5aa8b60a34e5e617 (patch) | |
tree | 4f33277584e4a38c8bad5c2788584a00cf830ea4 /charconv.c | |
parent | 6b96668d5b49eea57b7551349eca70928cc199ce (diff) |
Diffstat (limited to 'charconv.c')
-rw-r--r-- | charconv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/charconv.c b/charconv.c index 5f97509ab4e3..98f902325190 100644 --- a/charconv.c +++ b/charconv.c @@ -185,14 +185,14 @@ utf_8_to_acp_truncated(char *errbuf) /* * Now, convert that to the local code page. - * Use the current thread's code page. For unconvertable + * Use the current thread's code page. For unconvertible * characters, let it pick the "best fit" character. * * XXX - we'd like some way to do what utf_16le_to_utf_8_truncated() * does if the buffer isn't big enough, but we don't want to have * to handle all local code pages ourselves; doing so requires * knowledge of all those code pages, including knowledge of how - * characters are formed in thoe code pages so that we can avoid + * characters are formed in those code pages so that we can avoid * cutting a multi-byte character into pieces. * * Converting to an un-truncated string using Windows APIs, and |