From 4a6b04d306a449a993604b158f804af91cb042ca Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 26 Oct 2020 00:05:36 +0000 Subject: [PATCH] Fix a typo --- src/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Font.cpp b/src/Font.cpp index 76f2fc45..dac819be 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -1027,7 +1027,7 @@ static Glyph* GetGlyph(Font *font, unsigned long unicode_value) glyph_pointer = &glyph->next; } - // Couldn't find glyph - overwrite the old at the end. + // Couldn't find glyph - overwrite the old one at the end. // The one at the end hasn't been used in a while anyway. #ifdef FREETYPE_FONTS