shithub: cstory

Download patch

ref: 4a6b04d306a449a993604b158f804af91cb042ca
parent: cded38dad8bd459d6bbad133d80f8ba138612f11
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Oct 25 20:05:36 EDT 2020

Fix a typo

--- a/src/Font.cpp
+++ b/src/Font.cpp
@@ -1027,7 +1027,7 @@
 		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