aboutsummaryrefslogtreecommitdiff
path: root/engines/glk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk')
-rw-r--r--engines/glk/fonts.h2
1 files changed, 1 insertions, 1 deletions
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];