aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2019-01-04 13:43:34 +0100
committerTorbjörn Andersson2019-01-04 13:43:34 +0100
commitf023f28127c00ac510b281581eebd66582a8873e (patch)
treef3227840d30edf3e311a00797f067e09f6fbc032 /engines
parent448adc81d379177e99693ebbbd39d2d3d79db1ac (diff)
downloadscummvm-rg350-f023f28127c00ac510b281581eebd66582a8873e.tar.gz
scummvm-rg350-f023f28127c00ac510b281581eebd66582a8873e.tar.bz2
scummvm-rg350-f023f28127c00ac510b281581eebd66582a8873e.zip
GLK: Fix comment typo
Diffstat (limited to 'engines')
-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];