From f023f28127c00ac510b281581eebd66582a8873e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 4 Jan 2019 13:43:34 +0100 Subject: GLK: Fix comment typo --- engines/glk/fonts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk') diff --git a/engines/glk/fonts.h b/engines/glk/fonts.h index 5a3cfb79b4..1d59f55b24 100644 --- a/engines/glk/fonts.h +++ b/engines/glk/fonts.h @@ -62,7 +62,7 @@ struct MonoFontInfo : public FontInfo { }; /** - * Font info fro proportinate (variable size) fonts + * Font info for proportional (variable size) fonts */ struct PropFontInfo : public MonoFontInfo { byte _caretColor[3], _caretSave[3]; -- cgit v1.2.3