diff options
Diffstat (limited to 'charconv.c')
-rw-r--r-- | charconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ utf_8_to_acp_truncated(char *errbuf) * 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 |