JANITORIAL: Fix various single-character typos

This commit is contained in:
Donovan Watteau 2022-11-11 20:55:56 +01:00
parent 614925d85a
commit 16e2068aec
10 changed files with 10 additions and 10 deletions

View file

@ -671,7 +671,7 @@ bool ScummEngine::loadState(int slot, bool compat, Common::String &filename) {
// Since version 52 a thumbnail is saved directly after the header.
if (hdr.ver >= VER(52)) {
// Prior to version 75 we always required an thumbnail to be present
// Prior to version 75 we always required a thumbnail to be present
if (hdr.ver <= VER(74)) {
if (!Graphics::checkThumbnailHeader(*in)) {
warning("Can not load thumbnail");