[Scummvm-git-logs] scummvm master -> f023f28127c00ac510b281581eebd66582a8873e

eriktorbjorn eriktorbjorn at telia.com
Fri Jan 4 13:51:29 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f023f28127 GLK: Fix comment typo


Commit: f023f28127c00ac510b281581eebd66582a8873e
    https://github.com/scummvm/scummvm/commit/f023f28127c00ac510b281581eebd66582a8873e
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2019-01-04T13:43:34+01:00

Commit Message:
GLK: Fix comment typo

Changed paths:
    engines/glk/fonts.h


diff --git a/engines/glk/fonts.h b/engines/glk/fonts.h
index 5a3cfb7..1d59f55 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];





More information about the Scummvm-git-logs mailing list