aboutsummaryrefslogtreecommitdiff
path: root/charconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'charconv.c')
-rw-r--r--charconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/charconv.c b/charconv.c
index 5f97509a..f5311960 100644
--- a/charconv.c
+++ b/charconv.c
@@ -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