[Scummvm-git-logs] scummvm master -> 6da9db5f847c281f3dc9d3b14a0f81aa410b9f18
bluegr
noreply at scummvm.org
Sat Aug 3 12:59:33 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:
6da9db5f84 JANITORIAL: DRASCULA: Fix typo in comment
Commit: 6da9db5f847c281f3dc9d3b14a0f81aa410b9f18
https://github.com/scummvm/scummvm/commit/6da9db5f847c281f3dc9d3b14a0f81aa410b9f18
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-08-03T15:59:30+03:00
Commit Message:
JANITORIAL: DRASCULA: Fix typo in comment
Changed paths:
engines/drascula/saveload.cpp
diff --git a/engines/drascula/saveload.cpp b/engines/drascula/saveload.cpp
index 9f4ee26536b..8dcf29db76c 100644
--- a/engines/drascula/saveload.cpp
+++ b/engines/drascula/saveload.cpp
@@ -385,7 +385,7 @@ bool DrasculaEngine::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