summaryrefslogtreecommitdiff
path: root/src/fontcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.cpp')
-rw-r--r--src/fontcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontcache.cpp b/src/fontcache.cpp
index 0951f4db6..fe74e0879 100644
--- a/src/fontcache.cpp
+++ b/src/fontcache.cpp
@@ -429,7 +429,7 @@ bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, i
FcDefaultSubstitute(pat);
- /* The create a font set and match that */
+ /* Then create a font set and match that */
match = FcFontMatch(0, pat, &result);
if (match == NULL) {