[Scummvm-git-logs] scummvm master -> 00dc758e3c5c6e88fccebd14f3ec1e3a29d2136f
sev-
noreply at scummvm.org
Thu Feb 20 11:46:30 UTC 2025
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:
00dc758e3c JANITORIAL: Fix typo in a comment
Commit: 00dc758e3c5c6e88fccebd14f3ec1e3a29d2136f
https://github.com/scummvm/scummvm/commit/00dc758e3c5c6e88fccebd14f3ec1e3a29d2136f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-02-20T12:46:13+01:00
Commit Message:
JANITORIAL: Fix typo in a comment
Changed paths:
engines/grim/grim.cpp
diff --git a/engines/grim/grim.cpp b/engines/grim/grim.cpp
index 6bd1e28d529..c8be75694b5 100644
--- a/engines/grim/grim.cpp
+++ b/engines/grim/grim.cpp
@@ -629,7 +629,7 @@ Common::KeymapArray GrimEngine::initKeymapsEMI(const char *target) {
act->addDefaultInputMapping("JOY_A");
engineKeyMap->addAction(act);
- // I18N: Skipping cutscene plaback
+ // I18N: Skipping cutscene playback
act = new Action(kStandardActionSkip, _("Skip"));
act->setKeyEvent(KeyState(KEYCODE_ESCAPE, ASCII_ESCAPE));
act->addDefaultInputMapping("ESCAPE");
More information about the Scummvm-git-logs
mailing list