summaryrefslogtreecommitdiff
path: root/src/FSQGlyphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FSQGlyphs.c')
-rw-r--r--src/FSQGlyphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FSQGlyphs.c b/src/FSQGlyphs.c
index 0452d33..e40c88a 100644
--- a/src/FSQGlyphs.c
+++ b/src/FSQGlyphs.c
@@ -98,7 +98,7 @@ FSQueryXBitmaps8(
if (!offs)
return FSBadAlloc;
#if (SIZE_MAX >> 2) <= UINT_MAX
- /* XXX This thest is incomplete */
+ /* XXX This test is incomplete */
if (reply.length > (SIZE_MAX >> 2)) {
FSfree(offs);
return FSBadAlloc;