summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-07-01 07:32:14 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-07-01 07:32:14 +0000
commite29c327c655ad99f82515c1f9768d4d722cbcef3 (patch)
tree0c834fab27662a9cd49d92e5ccefcc4a2dfc7468 /src/fl_utf.c
parent79eebf2a18c3c0744a273579d1fff75186b8fc06 (diff)
Fixed some more typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6813 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c
index f50859fd8..1362ef755 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -105,7 +105,7 @@ static unsigned short cp1252[32] = {
/*! Decode a single UTF-8 encoded character starting at \e p. The
resulting Unicode value (in the range 0-0x10ffff) is returned,
- and \e len is set the the number of bytes in the UTF-8 encoding
+ and \e len is set to the number of bytes in the UTF-8 encoding
(adding \e len to \e p will point at the next character).
If \p p points at an illegal UTF-8 encoding, including one that