[Scummvm-git-logs] scummvm master -> 1ba6c230c36cf978a444676fd388ee6830eac2d7
bluegr
noreply at scummvm.org
Tue Aug 6 10:38:05 UTC 2024
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:
1ba6c230c3 JANITORIAL: GOB: Fix typos in comment/warning
Commit: 1ba6c230c36cf978a444676fd388ee6830eac2d7
https://github.com/scummvm/scummvm/commit/1ba6c230c36cf978a444676fd388ee6830eac2d7
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-08-06T13:38:02+03:00
Commit Message:
JANITORIAL: GOB: Fix typos in comment/warning
Changed paths:
engines/gob/draw_v2.cpp
engines/gob/save/savefile.cpp
diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp
index 2e942830e42..a02d4f43a56 100644
--- a/engines/gob/draw_v2.cpp
+++ b/engines/gob/draw_v2.cpp
@@ -920,7 +920,7 @@ void Draw_v2::spriteOperation(int16 operation) {
break;
default:
- warning("unkown operation %d in Draw_v2::spriteOperation", operation);
+ warning("unknown operation %d in Draw_v2::spriteOperation", operation);
break;
}
diff --git a/engines/gob/save/savefile.cpp b/engines/gob/save/savefile.cpp
index c2c5e6eadce..91216217c62 100644
--- a/engines/gob/save/savefile.cpp
+++ b/engines/gob/save/savefile.cpp
@@ -935,7 +935,7 @@ Common::InSaveFile *SaveReader::openSave() {
}
bool SaveReader::getInfo(Common::SeekableReadStream &stream, SavePartInfo &info) {
- // Remeber the stream's starting position to seek back to
+ // Remember the stream's starting position to seek back to
uint32 startPos = stream.pos();
// Get parts' basic information
More information about the Scummvm-git-logs
mailing list