summaryrefslogtreecommitdiff
path: root/src/fcfreetype.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-21 18:42:40 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-21 18:42:40 -0700
commit9bc88933b23d413885c121d5cf4c78fdeed1edfc (patch)
tree3e9439132ce6911ed7339ab5c1552c231c9055e4 /src/fcfreetype.c
parent437f03299bd1adc9673cd576072f1657be8fd4e0 (diff)
downloadfontconfig-9bc88933b23d413885c121d5cf4c78fdeed1edfc.tar.gz
Fix some typos/spelling errors
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/fcfreetype.c')
-rw-r--r--src/fcfreetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 90d84fa..7147569 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -1300,7 +1300,7 @@ FcFreeTypeQueryFaceInternal (const FT_Face face,
/* All color fonts are designed to be scaled, even if they only have
* bitmap strikes. Client is responsible to scale the bitmaps. This
- * is in constrast to non-color strikes... */
+ * is in contrast to non-color strikes... */
if (!FcPatternObjectAddBool (pat, FC_SCALABLE_OBJECT, has_outline || has_color))
goto bail1;
}