[Scummvm-git-logs] scummvm master -> 41777cd546e6604f3dc80bf53c9200d042134af9
bluegr
noreply at scummvm.org
Thu Aug 1 07:07:32 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:
41777cd546 JANITORIAL: CINE: Fix typos in comments
Commit: 41777cd546e6604f3dc80bf53c9200d042134af9
https://github.com/scummvm/scummvm/commit/41777cd546e6604f3dc80bf53c9200d042134af9
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-08-01T10:07:29+03:00
Commit Message:
JANITORIAL: CINE: Fix typos in comments
Changed paths:
engines/cine/cine.h
engines/cine/msg.cpp
engines/cine/various.cpp
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 4ce207b7b45..d03dc29cd9a 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -65,8 +65,8 @@
* all known game variants. Based on Yaz0r's engine.
*
* Cinematique evo.2 status:
- * This generation supports Operation Stealth, originally developed by Yaz0r for
- * French variant of the game which heared to be completable.
+ * This generation supports Operation Stealth, originally developed by Yaz0r,
+ * for a french variant of the game which was said to be completable.
* Later the work was renewed as part of GSoC'08, by Kari Salminen, but it has not
* yet been finished. The game is not completable.
*
diff --git a/engines/cine/msg.cpp b/engines/cine/msg.cpp
index 732fdcfbe45..a27efad7df7 100644
--- a/engines/cine/msg.cpp
+++ b/engines/cine/msg.cpp
@@ -56,7 +56,7 @@ int16 loadMsg(char *pMsgName) {
// Store the read message.
// This code works around input data that has empty strings residing outside the input
- // buffer (e.g. message indexes 58-254 in BATEAU.MSG in PROCS08 in Operation Stealth).
+ // buffer (e.g. message indices 58-254 in BATEAU.MSG in PROCS08 in Operation Stealth).
if (messageDataPos < sourceSize) {
g_cine->_messageTable.push_back((const char *)(dataPtr + messageDataPos));
} else {
diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp
index aea3c07daed..e5297808c5a 100644
--- a/engines/cine/various.cpp
+++ b/engines/cine/various.cpp
@@ -352,7 +352,7 @@ int CineEngine::scummVMSaveLoadDialog(bool isSave) {
desc = dialog->getResultString();
if (desc.empty()) {
- // create our own description for the saved game, the user didnt enter it
+ // create our own description for the saved game, the user didn't enter it
desc = dialog->createDefaultSaveDescription(slot);
}
}
More information about the Scummvm-git-logs
mailing list