[Scummvm-git-logs] scummvm master -> 4d104ca5751f970ffa87b40f2321a6c35578e24a
bluegr
noreply at scummvm.org
Mon Sep 16 07:32:28 UTC 2024
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
51950146d8 JANITORIAL: NGI: Fix typos
4355955a15 JANITORIAL: PEGASUS: Fix typos
93864a0500 JANITORIAL: QDENGINE: Fix typos
4d104ca575 JANITORIAL: QUEEN: Fix typos
Commit: 51950146d8d1b558bc5c7858913a97e716113574
https://github.com/scummvm/scummvm/commit/51950146d8d1b558bc5c7858913a97e716113574
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-09-16T10:31:30+03:00
Commit Message:
JANITORIAL: NGI: Fix typos
Changed paths:
engines/ngi/objectnames.h
diff --git a/engines/ngi/objectnames.h b/engines/ngi/objectnames.h
index e1c0dd102c5..81b916cb29b 100644
--- a/engines/ngi/objectnames.h
+++ b/engines/ngi/objectnames.h
@@ -19,7 +19,7 @@
*
*/
-// This file is used in order to avoid usage of constants in Russian accross the code
+// This file is used in order to avoid usage of constants in Russian across the code
#ifndef NGI_OBJECTNAMES_H
#define NGI_OBJECTNAMES_H
Commit: 4355955a15b51f5371bd95415abcdb3905efc5d0
https://github.com/scummvm/scummvm/commit/4355955a15b51f5371bd95415abcdb3905efc5d0
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-09-16T10:31:30+03:00
Commit Message:
JANITORIAL: PEGASUS: Fix typos
Changed paths:
engines/pegasus/neighborhood/norad/delta/globegame.cpp
engines/pegasus/neighborhood/tsa/tinytsa.cpp
diff --git a/engines/pegasus/neighborhood/norad/delta/globegame.cpp b/engines/pegasus/neighborhood/norad/delta/globegame.cpp
index 3faf6c8c041..04a22565563 100644
--- a/engines/pegasus/neighborhood/norad/delta/globegame.cpp
+++ b/engines/pegasus/neighborhood/norad/delta/globegame.cpp
@@ -336,7 +336,7 @@ const int16 GlobeGame::_siloCoords[kNumAllSilos][2] = {
{ -9, -76 }, // Lima, Peru
{ 38, -4 }, // Madrid, Spain
{ -8, -51 }, // Manaus, Brazil
- { 13, 120 }, // Manila, Phillipines
+ { 13, 120 }, // Manila, Philippines
{ -35, 143 }, // Melbourne, Australia
{ 60, -161 }, // Nome, Alaska
{ -7, 142 }, // Papua, New Guinea
diff --git a/engines/pegasus/neighborhood/tsa/tinytsa.cpp b/engines/pegasus/neighborhood/tsa/tinytsa.cpp
index 9380a59b911..b95c2f7d771 100644
--- a/engines/pegasus/neighborhood/tsa/tinytsa.cpp
+++ b/engines/pegasus/neighborhood/tsa/tinytsa.cpp
@@ -212,7 +212,7 @@ void TinyTSA::clickInHotspot(const Input &input, const Hotspot *clickedSpot) {
if (clickedSpot) {
switch (clickedSpot->getObjectID()) {
case kTinyTSA37NorthJumpMenuSpotID:
- // This hotspot isn't accessable from Tiny TSA
+ // This hotspot isn't accessible from Tiny TSA
warning("jump menu spot");
return;
case kTinyTSA37NorthJumpToNoradSpotID:
Commit: 93864a05002e949155261bedac4ab0fe96f5a813
https://github.com/scummvm/scummvm/commit/93864a05002e949155261bedac4ab0fe96f5a813
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-09-16T10:31:30+03:00
Commit Message:
JANITORIAL: QDENGINE: Fix typos
Changed paths:
engines/qdengine/qdcore/qd_game_dispatcher.cpp
engines/qdengine/qdcore/qd_game_scene.cpp
diff --git a/engines/qdengine/qdcore/qd_game_dispatcher.cpp b/engines/qdengine/qdcore/qd_game_dispatcher.cpp
index 744c16eaea0..74749993158 100644
--- a/engines/qdengine/qdcore/qd_game_dispatcher.cpp
+++ b/engines/qdengine/qdcore/qd_game_dispatcher.cpp
@@ -2982,7 +2982,7 @@ void qdGameDispatcher::request_file_package(const qdFileOwner &file_owner) const
if (qdFileManager::instance().is_package_available(file_owner))
return;
- error("Requested file package is not avaliable");
+ error("Requested file package is not available");
}
Common::Path qdGameDispatcher::find_file(const Common::Path file_name, const qdFileOwner &file_owner) const {
diff --git a/engines/qdengine/qdcore/qd_game_scene.cpp b/engines/qdengine/qdcore/qd_game_scene.cpp
index 59053f9aa96..bec267234b8 100644
--- a/engines/qdengine/qdcore/qd_game_scene.cpp
+++ b/engines/qdengine/qdcore/qd_game_scene.cpp
@@ -136,7 +136,7 @@ void qdGameScene::quant(float dt) {
follow_pers_init(qdGameObjectMoving::FOLLOW_UPDATE_PATH);
if (false == _selected_object->is_moving()) {
- // If the active one was not able to walk, but potentialy could, it goes inot a waiting mode
+ // If the active one was not able to walk, but potentially could, it goes into a waiting mode
if (_selected_object->can_move())
_selected_object->set_follow_condition(qdGameObjectMoving::FOLLOW_WAIT);
else
Commit: 4d104ca5751f970ffa87b40f2321a6c35578e24a
https://github.com/scummvm/scummvm/commit/4d104ca5751f970ffa87b40f2321a6c35578e24a
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-09-16T10:31:31+03:00
Commit Message:
JANITORIAL: QUEEN: Fix typos
Changed paths:
engines/queen/command.cpp
diff --git a/engines/queen/command.cpp b/engines/queen/command.cpp
index cbfd0924a67..22857b197a0 100644
--- a/engines/queen/command.cpp
+++ b/engines/queen/command.cpp
@@ -267,7 +267,7 @@ void Command::executeCurrentAction() {
if (cond == -1 && i == comMax) {
// only exit on a condition fail if at last command
- // Joe hasnt spoken, so do normal LOOK command
+ // Joe hasn't spoken, so do normal LOOK command
break;
} else if (cond == -2 && i == comMax) {
// only exit on a condition fail if at last command
More information about the Scummvm-git-logs
mailing list