summaryrefslogtreecommitdiff
path: root/src/FreeType/xttcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FreeType/xttcap.c')
-rw-r--r--src/FreeType/xttcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FreeType/xttcap.c b/src/FreeType/xttcap.c
index f54f76c..f1c3cf0 100644
--- a/src/FreeType/xttcap.c
+++ b/src/FreeType/xttcap.c
@@ -393,7 +393,7 @@ get_one_line(FILE *is, char *buf)
/* End of Line */
break;
if (isspace(c)) {
- /* convine multiple spaces */
+ /* combine multiple spaces */
if (!flHead)
/* except space at the head of line */
flSpace = True;