Skip to content

Commit

Permalink
GLK: Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Jan 4, 2019
1 parent 448adc8 commit f023f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/glk/fonts.h
Expand Up @@ -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];
Expand Down

0 comments on commit f023f28

Please sign in to comment.